AnomalyAlertConfiguration.DimensionsToSplitAlert Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
By default, a set of ingested data points can only trigger a single alert, regardless of how many anomalies it contains. This property allows this alert to be split into multiple ones. Each element in this list must hold a dimension name, and a separate alert is fired for every specified dimension. The dimensions not specified in this list will be grouped in a single alert.
public System.Collections.Generic.IList<string> DimensionsToSplitAlert { get; }
member this.DimensionsToSplitAlert : System.Collections.Generic.IList<string>
Public ReadOnly Property DimensionsToSplitAlert As IList(Of String)