TriggerResponse

data class TriggerResponse(val count: Int, val percent: Double)

Specifies how many time series must fail a predicate to trigger a condition. If not specified, then a {count: 1} trigger is used.

Constructors

Link copied to clipboard
fun TriggerResponse(count: Int, percent: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

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

Link copied to clipboard

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