Class IncidentRootCause

java.lang.Object
com.azure.ai.metricsadvisor.models.IncidentRootCause

public final class IncidentRootCause extends Object
The IncidentRootCause model
  • Constructor Details

    • IncidentRootCause

      public IncidentRootCause()
  • Method Details

    • getSeriesKey

      public DimensionKey getSeriesKey()
      Get the dimension name and value pair.

      A DimensionKey can hold such a combination, for example, [ product_category=men-shoes, city=redmond ] identifies one specific time-series.

      Returns:
      the seriesKey value.
    • getPaths

      public List<String> getPaths()
      Get the list of drilling down path from query anomaly to root cause.
      Returns:
      the path value.
    • getContributionScore

      public double getContributionScore()
      Get the contribution score value for the returned root cause.
      Returns:
      the score value.
    • getDescription

      public String getDescription()
      Get the description of this root cause.
      Returns:
      the description value.