Menu
Grafana Cloud Enterprise Open source

Alert rule state and health

Each alert rule can generate one or more alert instances—one alert instance for each series or dimension, as shown in the multi-dimensional alert example.

Each alert instance of the same alert rule represents a different target and can be in a different state; for example, one alert instance may be Normal while another is Alerting.

Multi dimensional alert rule. The alert rule state and alert rule health are determined by the state of the alert instances.

The alert rule state and alert rule health are determined by the state of the alert instances.

Alert rule states

An alert rule can be in either of the following states:

StateDescription
NormalNone of the alert instances returned by the evaluation engine is in a Pending or Alerting state.
PendingAt least one alert instances returned by the evaluation engine is Pending.
FiringAt least one alert instances returned by the evaluation engine is Alerting.

Alert rule health

An alert rule can have one of the following health statuses:

StateDescription
OkNo error when evaluating the alert rule.
ErrorAn error occurred when evaluating the alert rule.
No DataThe alert rule query returns no data.
{status}, KeepLastThe rule would have received another status but was configured to keep the last state of the alert rule.