duration property

String? duration
getter/setter pair

Alerts are considered firing once their PromQL expression was evaluated to be "true" for this long.

Alerts whose PromQL expression was not evaluated to be "true" for long enough are considered pending. The default value is zero. Must be zero or positive.

Optional.

Implementation

core.String? duration;