CouchDB 5xx error ratio high critical
More than 5% of HTTP requests are returning 5xx errors
>>>
rate
(
{code=~"5.."}[5m]) /
rate
(
[5m]) > 0.05
The query computes the 5‑minute per‑second rate of all HTTP requests with a 5xx status code and divides it by the total request rate; the alert fires when this ratio exceeds 0.05 (i.e., more than 5% of requests are server errors).
Get Alert✕
Download
Copy to Clipboard