mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
fixes #251
This commit is contained in:
parent
b36ea8f45d
commit
e82b504e00
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,7 @@ groups:
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: HAProxy HTTP slowing down
|
- name: HAProxy HTTP slowing down
|
||||||
description: Average request time is increasing - {{ $value | printf "%.2f"}}
|
description: Average request time is increasing - {{ $value | printf "%.2f"}}
|
||||||
query: avg by (proxy) (haproxy_backend_max_total_time_seconds) > 1
|
query: avg by (instance, proxy) (haproxy_backend_max_total_time_seconds) > 1
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 1m
|
for: 1m
|
||||||
- name: HAProxy retry high
|
- name: HAProxy retry high
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue