MetricWholeSeriesDetectionCondition Class

Definition

The WholeMetricConfiguration.

public class MetricWholeSeriesDetectionCondition
type MetricWholeSeriesDetectionCondition = class
Public Class MetricWholeSeriesDetectionCondition
Inheritance
MetricWholeSeriesDetectionCondition
Derived

Constructors

MetricWholeSeriesDetectionCondition()

Initializes a new instance of the MetricWholeSeriesDetectionCondition 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:

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.

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.

SmartDetectionCondition

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

Applies to