MetricAlertConfiguration.UseDetectionResultToFilterAnomalies Property

Definition

If set to true, this MetricAlertConfiguration cannot be used to add anomalies to an alert directly. Instead, it will only be used as a filter to its containing AnomalyAlertConfiguration, filtering out anomalies that shouldn't be added to the alert. If an anomaly does not satisfy the conditions set by this configuration, it can't be added to the alert. Defaults to false.

public bool? UseDetectionResultToFilterAnomalies { get; set; }
member this.UseDetectionResultToFilterAnomalies : Nullable<bool> with get, set
Public Property UseDetectionResultToFilterAnomalies As Nullable(Of Boolean)

Property Value

Remarks

Be aware that, if you set this property to true and have no other configurations in MetricAlertConfigurations, alerts will never be triggered.

Applies to