IncidentRootCause Class

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

public final class IncidentRootCause

The IncidentRootCause model

Constructor Summary

Constructor Description
IncidentRootCause()

Creates an instance of IncidentRootCause

Method Summary

Modifier and Type Method and Description
double getContributionScore()

Get the contribution score value for the returned root cause.

String getDescription()

Get the description of this root cause.

List<String> getPaths()

Get the list of drilling down path from query anomaly to root cause.

DimensionKey getSeriesKey()

Get the dimension name and value pair.

Methods inherited from java.lang.Object

Constructor Details

IncidentRootCause

public IncidentRootCause()

Creates an instance of IncidentRootCause

Method Details

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.

getPaths

public List getPaths()

Get the list of drilling down path from query anomaly to root cause.

Returns:

the path value.

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.

Applies to