Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataPointAnomaly

Package version

Represents an anomaly point detected by Metrics Advisor service.

Hierarchy

  • DataPointAnomaly

Index

Properties

Optional createdOn

createdOn: Date

created time

only return for alerting result

Optional dataFeedId

dataFeedId: undefined | string

data feed unique id

only return for alerting anomaly result

detectionConfigurationId

detectionConfigurationId: string

anomaly detection configuration unique id

Optional expectedValue

expectedValue: undefined | number

expected value of the anomaly given by smart detector

Optional metricId

metricId: undefined | string

metric unique id

only return for alerting anomaly result

Optional modifiedOn

modifiedOn: Date

modified time

only return for alerting result

seriesKey

seriesKey: DimensionKey

dimension specified for series

severity

severity: AnomalySeverity

anomaly severity

Optional status

anomaly status

only return for alerting anomaly result

timestamp

timestamp: number

anomaly time

Optional value

value: undefined | number

value of the anomaly

Generated using TypeDoc