DynamicThresholdFailingPeriods interface

The minimum number of violations required within the selected lookback time window required to raise an alert.

Properties

minFailingPeriodsToAlert

The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.

numberOfEvaluationPeriods

The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.

Property Details

minFailingPeriodsToAlert

The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.

minFailingPeriodsToAlert: number

Property Value

number

numberOfEvaluationPeriods

The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.

numberOfEvaluationPeriods: number

Property Value

number