MetricAlertConfiguration interface
Defines alerting settings for anomalies detected by a detection configuration.
Properties
alert |
conditions to trigger alerts |
alert |
the alert scope |
detection |
Anomaly detection configuration unique id |
negation |
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. |
snooze |
condition to snooze alert |
Property Details
alertConditions
conditions to trigger alerts
alertConditions?: MetricAnomalyAlertConditions
Property Value
alertScope
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