DataPointAnomaly interface

Represents an anomaly point detected by Metrics Advisor service.

Properties

createdOn

created time

only return for alerting result

dataFeedId

data feed unique id

only return for alerting anomaly result

detectionConfigurationId

anomaly detection configuration unique id

expectedValue

expected value of the anomaly given by smart detector

metricId

metric unique id

only return for alerting anomaly result

modifiedOn

modified time

only return for alerting result

seriesKey

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

dimension specified for series

seriesKey: DimensionKey

Property Value

severity

anomaly severity

severity: AnomalySeverity

Property Value

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