Skip to content

Commit 213ea99

Browse files
committed
refactor: adjust HaproxyHttpSlowingDown severity
1 parent 28f7f06 commit 213ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/haproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ groups:
6969
expr: avg by (instance, proxy) (haproxy_backend_max_total_time_seconds) > 1
7070
for: 5m
7171
labels:
72-
severity: page
72+
severity: warning
7373
annotations:
7474
summary: HAProxy HTTP slowing down (instance {{ $labels.instance }})
7575
description: "Average request time is increasing\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

0 commit comments

Comments
 (0)