mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
fix: remove non-existing label
This commit is contained in:
parent
44ee92597e
commit
ebc357d568
1 changed files with 1 additions and 1 deletions
|
|
@ -1943,7 +1943,7 @@ groups:
|
|||
query: (sum by (proxy) (rate(haproxy_server_connection_errors_total[1m]))) > 100
|
||||
severity: critical
|
||||
- name: HAProxy backend max active session > 80%
|
||||
description: Session limit from backend {{ $labels.proxy }} to server {{ $labels.server }} reached 80% of limit - {{ $value | printf "%.2f"}}%
|
||||
description: Session limit from backend {{ $labels.proxy }} reached 80% of limit - {{ $value | printf "%.2f"}}%
|
||||
query: ((haproxy_backend_current_sessions >0) * 100) / (haproxy_backend_limit_sessions > 0) > 80
|
||||
severity: warning
|
||||
for: 2m
|
||||
|
|
|
|||
Loading…
Reference in a new issue