AlertPolicyConditionConditionMonitoringQueryLanguageTrigger

data class AlertPolicyConditionConditionMonitoringQueryLanguageTrigger(val count: Int? = null, val percent: Double? = null)

Constructors

constructor(count: Int? = null, percent: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The absolute number of time series that must fail the predicate for the condition to be triggered.

Link copied to clipboard
val percent: Double? = null

The percentage of time series that must fail the predicate for the condition to be triggered.