MetricAlertConfiguration interface

Defines alerting settings for anomalies detected by a detection configuration.

Properties

alertConditions

conditions to trigger alerts

alertScope

the alert scope

detectionConfigurationId

Anomaly detection configuration unique id

negationOperation

when set to true, report alert if there are no anomalies detected by this detection configuration. when set to false or not specified (default), report alert if anomalies are detected by this detection configuration.

snoozeCondition

condition to snooze alert

Property Details

alertConditions

conditions to trigger alerts

alertConditions?: MetricAnomalyAlertConditions

Property Value

alertScope

the alert scope

alertScope: MetricAnomalyAlertScope

Property Value

detectionConfigurationId

Anomaly detection configuration unique id

detectionConfigurationId: string

Property Value

string

negationOperation

when set to true, report alert if there are no anomalies detected by this detection configuration. when set to false or not specified (default), report alert if anomalies are detected by this detection configuration.

negationOperation?: boolean

Property Value

boolean

snoozeCondition

condition to snooze alert

snoozeCondition?: MetricAnomalyAlertSnoozeCondition

Property Value