DataPointAnomaly interface
Represents an anomaly point detected by Metrics Advisor service.
Properties
| created |
created time only return for alerting result |
| data |
data feed unique id only return for alerting anomaly result |
| detection |
anomaly detection configuration unique id |
| expected |
expected value of the anomaly given by smart detector |
| metric |
metric unique id only return for alerting anomaly result |
| modified |
modified time only return for alerting result |
| series |
dimension specified for series |
| severity | anomaly severity |
| status | anomaly status only return for alerting anomaly result |
| timestamp | anomaly time |
| value | value of the anomaly |
Property Details
createdOn
created time
only return for alerting result
createdOn?: Date
Property Value
Date
dataFeedId
data feed unique id
only return for alerting anomaly result
dataFeedId?: string
Property Value
string
detectionConfigurationId
anomaly detection configuration unique id
detectionConfigurationId: string
Property Value
string
expectedValue
expected value of the anomaly given by smart detector
expectedValue?: number
Property Value
number
metricId
metric unique id
only return for alerting anomaly result
metricId?: string
Property Value
string
modifiedOn
modified time
only return for alerting result
modifiedOn?: Date
Property Value
Date
seriesKey
severity
status
anomaly status
only return for alerting anomaly result
status?: AnomalyStatus
Property Value
timestamp
anomaly time
timestamp: number
Property Value
number
value
value of the anomaly
value?: number
Property Value
number