IncidentRootCause Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. IncidentRootCause
- com.
public final class IncidentRootCause
The IncidentRootCause model
Constructor Summary
Constructor | Description |
---|---|
IncidentRootCause() |
Creates an instance of Incident |
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. |
Dimension |
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:
getDescription
public String getDescription()
Get the description of this root cause.
Returns:
getPaths
public List
Get the list of drilling down path from query anomaly to root cause.
Returns:
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:
Applies to
Azure SDK for Java