AlertPolicyConditionConditionSqlRowCountTest

data class AlertPolicyConditionConditionSqlRowCountTest(val comparison: String, val threshold: Int)

Constructors

constructor(comparison: String, threshold: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison to apply between the time series (indicated by filter and aggregation) and the threshold (indicated by threshold_value). The comparison is applied on each time series, with the time series on the left-hand side and the threshold on the right-hand side. Only COMPARISON_LT and COMPARISON_GT are supported currently. Possible values are: COMPARISON_GT, COMPARISON_GE, COMPARISON_LT, COMPARISON_LE, COMPARISON_EQ, COMPARISON_NE.

Link copied to clipboard

The value against which to compare the row count.