Metric Rule Template Alert Template Escalations Info
data class MetricRuleTemplateAlertTemplateEscalationsInfo(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: String? = null)
Constructors
Link copied to clipboard
fun MetricRuleTemplateAlertTemplateEscalationsInfo(comparisonOperator: String? = null, statistics: String? = null, threshold: String? = null, times: String? = null)
Types
Properties
Link copied to clipboard
The comparison operator of the threshold for warn-level alerts. Valid values: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanOrEqualToThreshold, LessThanThreshold, NotEqualToThreshold, GreaterThanYesterday, LessThanYesterday, GreaterThanLastWeek, LessThanLastWeek, GreaterThanLastPeriod, LessThanLastPeriod.
Link copied to clipboard