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. Must be a non-negative duration or missing. This field is optional. Its default value is zero.

Optional.

Implementation

core.String? duration;