Condition Response Failing Periods
data class ConditionResponseFailingPeriods(val minFailingPeriodsToAlert: Double? = null, val numberOfEvaluationPeriods: Double? = null)
The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
Constructors
Link copied to clipboard
fun ConditionResponseFailingPeriods(minFailingPeriodsToAlert: Double? = null, numberOfEvaluationPeriods: Double? = null)