Alarm Escalations Warn
data class AlarmEscalationsWarn(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: Int? = null)
Properties
Link copied to clipboard
Critical level alarm comparison operator. Default value: ==. Valid values: "<=", "<", ">", ">=", "==", "!=".
Link copied to clipboard
Critical level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.