MetricSingleSeriesDetectionCondition Class

Definition

The SeriesConfiguration.

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

Constructors

MetricSingleSeriesDetectionCondition(DimensionKey)

Initializes a new instance of the MetricSingleSeriesDetectionCondition 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)
SeriesKey

The key that uniquely identifies the time series to which these conditions apply within a metric. All possible 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