GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarn

data class GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarn(val comparisonOperator: String, val statistics: String, val threshold: String, val times: String)

Constructors

constructor(comparisonOperator: String, statistics: String, threshold: String, times: String)

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

The statistical aggregation method for warn-level alerts.

Link copied to clipboard

The threshold for warn-level alerts.

Link copied to clipboard

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