Scheduled Query Rules Alert V2Criteria Failing Periods
data class ScheduledQueryRulesAlertV2CriteriaFailingPeriods(val minimumFailingPeriodsToTriggerAlert: Int, val numberOfEvaluationPeriods: Int)
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.