HaproxyServerConnectionErrors

HaproxyServerConnectionErrors #

Too many connection errors to {{ $labels.server }} server (> 100 req/s). Request throughput may be too high.

Alert Rule
alert: HaproxyServerConnectionErrors
annotations:
  description: |-
    Too many connection errors to {{ $labels.server }} server (> 100 req/s). Request throughput may be too high.
      VALUE = {{ $value }}
      LABELS = {{ $labels }}    
  runbook: https://srerun.github.io/prometheus-alerts/runbooks/embedded-exporter-v2/haproxyserverconnectionerrors/
  summary: HAProxy server connection errors (instance {{ $labels.instance }})
expr: (sum by (proxy) (rate(haproxy_server_connection_errors_total[1m]))) > 100
for: 0m
labels:
  severity: critical

Meaning #

Impact #

Diagnosis #

Mitigation #