HAProxy server response errors critical
Too many response errors to {{ $labels.server }} server (> 5%).
>>>
(sum by (server) (
rate
(
[1m])) / sum by (server) (
rate
(
[1m]))) * 100 > 5
The query calculates, per server, the percentage of error responses by dividing the 1‑minute rate of haproxy_server_response_errors_total by the 1‑minute rate of haproxy_server_http_responses_total, multiplying by 100, and triggers when that value exceeds 5 %. If any server’s error‑rate crosses this 5 % threshold, the alert fires.
Get Alert✕
Download
Copy to Clipboard