Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnomalyIncident

Package version

Represents an incident reported by Metrics Advisor service.

Hierarchy

  • AnomalyIncident

Index

Properties

Optional dataFeedId

dataFeedId: undefined | string

data feed unique id

only return for alerting incident result

detectionConfigurationId

detectionConfigurationId: string

anomaly detection configuration unique id

Optional expectedValueOfRootNode

expectedValueOfRootNode: undefined | number

expected value of the root node given by smart detector

id

id: string

incident id

lastOccurredTime

lastOccurredTime: Date

incident last time

Optional metricId

metricId: undefined | string

metric unique id

only return for alerting incident result

rootDimensionKey

rootDimensionKey: DimensionKey

identifies the time series or time series group

severity

severity: AnomalySeverity

severity of the incident

Optional startTime

startTime: Date

incident start time

Optional status

incident status

Optional valueOfRootNode

valueOfRootNode: undefined | number

value of the root node

Generated using TypeDoc