Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Anomaly

Package version

Represents an anomaly point detected by Metrics Advisor service.

Hierarchy

  • Anomaly

Index

Properties

Optional createdOn

createdOn: Date

created time

only return for alerting result

detectionConfigurationId

detectionConfigurationId: string

anomaly detection configuration unique id

dimension

dimension: Record<string, string>

dimension specified for series

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

severity

severity: "Low" | "Medium" | "High"

anomaly severity

Optional status

status: "Active" | "Resolved"

anomaly status

only return for alerting anomaly result

timestamp

timestamp: Date

anomaly time

Generated using TypeDoc