query property

String? query
getter/setter pair

The PromQL expression to evaluate.

Every evaluation cycle this expression is evaluated at the current time, and all resultant time series become pending/firing alerts. This field must not be empty.

Required.

Implementation

core.String? query;