HaproxyPendingRequests #
Some HAProxy requests are pending on {{ $labels.proxy }} - {{ $value | printf “%.2f”}}
Alert Rule
alert: HaproxyPendingRequests
annotations:
description: |-
Some HAProxy requests are pending on {{ $labels.proxy }} - {{ $value | printf "%.2f"}}
VALUE = {{ $value }}
LABELS = {{ $labels }}
runbook: https://srerun.github.io/prometheus-alerts/runbooks/embedded-exporter-v2/haproxypendingrequests/
summary: HAProxy pending requests (instance {{ $labels.instance }})
expr: sum by (proxy) (rate(haproxy_backend_current_queue[2m])) > 0
for: 2m
labels:
severity: warning