Class Trigger (2.4.2)

Trigger(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
count int
The absolute number of time series that must fail the predicate for the condition to be triggered.
percent float
The percentage of time series that must fail the predicate for the condition to be triggered.