MetricAnomalyAlertSnoozeCondition Class

Definition

The AlertSnoozeCondition.

public class MetricAnomalyAlertSnoozeCondition
type MetricAnomalyAlertSnoozeCondition = class
Public Class MetricAnomalyAlertSnoozeCondition
Inheritance
MetricAnomalyAlertSnoozeCondition

Constructors

MetricAnomalyAlertSnoozeCondition(Int32, SnoozeScope, Boolean)

Initializes a new instance of the MetricAnomalyAlertSnoozeCondition class.

Properties

AutoSnooze

The number of data points to be ingested before alerts are enabled again.

IsOnlyForSuccessive

If true, snoozing only continues as long as the subsequent data points are anomalies. It will stop as soon as a data point that's not an anomaly is found. If false, snoozing only stops when the amount of points specified by AutoSnooze have been ingested.

SnoozeScope

Defines the set of time series to which this MetricAnomalyAlertSnoozeCondition applies. Anomalies detected out of the specified scope can be added to alerts normally.

Applies to