MetricRuleTemplateAlertTemplateEscalationsCritical

data class MetricRuleTemplateAlertTemplateEscalationsCritical(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: String? = null)

Constructors

constructor(comparisonOperator: String? = null, statistics: String? = null, threshold: String? = null, times: String? = null)

Types

Link copied to clipboard
object Companion

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
val statistics: String? = null

The statistical aggregation method for warn-level alerts.

Link copied to clipboard
val threshold: String? = null

The threshold for warn-level alerts.

Link copied to clipboard
val times: String? = null

The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.