What role does the expr field play in a Prometheus alerting rule?
expr
It contains the PromQL expression whose result determines whether the alert condition is active.
It provides the human-readable summary shown to operators.
It defines how long a true condition must persist.
It specifies the email or chat channel that receives the alert.