AnomalyIncident interface
Represents an incident reported by Metrics Advisor service.
Properties
data |
data feed unique id only return for alerting incident result |
detection |
anomaly detection configuration unique id |
expected |
expected value of the root node given by smart detector |
id | incident id |
last |
incident last time |
metric |
metric unique id only return for alerting incident result |
root |
identifies the time series or time series group |
severity | severity of the incident |
start |
incident start time |
status | incident status |
value |
value of the root node |
Property Details
dataFeedId
data feed unique id
only return for alerting incident result
dataFeedId?: string
Property Value
string
detectionConfigurationId
anomaly detection configuration unique id
detectionConfigurationId: string
Property Value
string
expectedValueOfRootNode
expected value of the root node given by smart detector
expectedValueOfRootNode?: number
Property Value
number
id
incident id
id: string
Property Value
string
lastOccurredTime
incident last time
lastOccurredTime: Date
Property Value
Date
metricId
metric unique id
only return for alerting incident result
metricId?: string
Property Value
string
rootDimensionKey
identifies the time series or time series group
rootDimensionKey: DimensionKey
Property Value
severity
startTime
incident start time
startTime?: Date
Property Value
Date
status
valueOfRootNode
value of the root node
valueOfRootNode?: number
Property Value
number