mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Value in description for HAProxy HTTP slowing alert
This commit is contained in:
parent
fa77d6743c
commit
27679e6ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -1290,7 +1290,7 @@ groups:
|
|||
severity: warning
|
||||
for: 2m
|
||||
- name: HAProxy HTTP slowing down
|
||||
description: Average request time is increasing
|
||||
description: Average request time is increasing - {{ $value | printf "%.2f"}}
|
||||
query: avg by (proxy) (haproxy_backend_max_total_time_seconds) > 1
|
||||
severity: warning
|
||||
for: 1m
|
||||
|
|
|
|||
Loading…
Reference in a new issue