ScheduledQueryRulesAlertV2CriteriaFailingPeriods

data class ScheduledQueryRulesAlertV2CriteriaFailingPeriods(val minimumFailingPeriodsToTriggerAlert: Int, val numberOfEvaluationPeriods: Int)

Constructors

constructor(minimumFailingPeriodsToTriggerAlert: Int, numberOfEvaluationPeriods: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of violations to trigger an alert. Should be smaller or equal to number_of_evaluation_periods. Possible value is integer between 1 and 6.

Link copied to clipboard

Specifies the number of aggregated look-back points. The look-back time window is calculated based on the aggregation granularity window_duration and the selected number of aggregated points. Possible value is integer between 1 and 6.