MetricSeriesGroupDetectionCondition Class

Definition

The DimensionGroupConfiguration.

public class MetricSeriesGroupDetectionCondition : Azure.AI.MetricsAdvisor.Models.MetricWholeSeriesDetectionCondition
type MetricSeriesGroupDetectionCondition = class
    inherit MetricWholeSeriesDetectionCondition
Public Class MetricSeriesGroupDetectionCondition
Inherits MetricWholeSeriesDetectionCondition
Inheritance
MetricSeriesGroupDetectionCondition

Constructors

MetricSeriesGroupDetectionCondition(DimensionKey)

Initializes a new instance of the MetricSeriesGroupDetectionCondition class.

Properties

ChangeThresholdCondition

Normally used when metric values stay around a certain range. The threshold is set according to the percentage of change. The following scenarios are appropriate for this type of anomaly detection condition:

(Inherited from MetricWholeSeriesDetectionCondition)
ConditionOperator

The operator to be applied between conditions in this MetricWholeSeriesDetectionCondition instance. This property must be set if at least two conditions in this instance are defined.

(Inherited from MetricWholeSeriesDetectionCondition)
HardThresholdCondition

Sets fixed upper and/or lower bounds to specify the range in which data points are expected to be. Values outside of upper or lower bounds will be considered to be anomalous.

(Inherited from MetricWholeSeriesDetectionCondition)
SeriesGroupKey

The key that identifies the group of time series to which these conditions apply within a metric. Only a subset of dimensions must be assigned a value.

SmartDetectionCondition

A detection condition powered by machine learning that learns patterns from historical data, and uses them for future detection.

(Inherited from MetricWholeSeriesDetectionCondition)

Applies to