GetGroupMetricRulesRuleEscalationCritical

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison operator of the threshold for critical-level alerts.

Link copied to clipboard

The statistical aggregation method for critical-level alerts.

Link copied to clipboard

The threshold for critical-level alerts.

Link copied to clipboard
val times: Int

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