HaproxyHttpSlowingDown #
Average request time is increasing - {{ $value | printf “%.2f”}}
Alert Rule
alert: HaproxyHttpSlowingDown
annotations:
description: |-
Average request time is increasing - {{ $value | printf "%.2f"}}
VALUE = {{ $value }}
LABELS = {{ $labels }}
runbook: https://srerun.github.io/prometheus-alerts/runbooks/embedded-exporter-v2/haproxyhttpslowingdown/
summary: HAProxy HTTP slowing down (instance {{ $labels.instance }})
expr: avg by (instance, proxy) (haproxy_backend_max_total_time_seconds) > 1
for: 1m
labels:
severity: warning