ScheduledQueryRulesAlertTrigger

data class ScheduledQueryRulesAlertTrigger(val metricTrigger: ScheduledQueryRulesAlertTriggerMetricTrigger? = null, val operator: String, val threshold: Double)

Constructors

Link copied to clipboard
constructor(metricTrigger: ScheduledQueryRulesAlertTriggerMetricTrigger? = null, operator: String, threshold: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A metric_trigger block as defined above. Trigger condition for metric query rule.

Link copied to clipboard

Evaluation operation for rule - 'GreaterThan', GreaterThanOrEqual', 'LessThan', or 'LessThanOrEqual'.

Link copied to clipboard

Result or count threshold based on which rule should be triggered. Values must be between 0 and 10000 inclusive.