mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Use existing labels for HAProxy pending requests
This commit is contained in:
parent
fdeedfd557
commit
fa77d6743c
1 changed files with 1 additions and 1 deletions
|
|
@ -1285,7 +1285,7 @@ groups:
|
|||
severity: warning
|
||||
for: 2m
|
||||
- name: HAProxy pending requests
|
||||
description: Some HAProxy requests are pending on {{ $labels.fqdn }}/{{ $labels.backend }} backend
|
||||
description: Some HAProxy requests are pending on {{ $labels.proxy }} - {{ $value | printf "%.2f"}}
|
||||
query: sum by (proxy) (rate(haproxy_backend_current_queue[2m])) > 0
|
||||
severity: warning
|
||||
for: 2m
|
||||
|
|
|
|||
Loading…
Reference in a new issue