Skip to content

Commit cc4541e

Browse files
committed
change RedisRejectedConnectionsHigh
1 parent cf4e12c commit cc4541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alertmanager/prometheus-rules-config-map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ data:
179179
annotations:
180180
summary: Redis Server {{ $labels.instance }} Cache Misses are high.
181181
- alert: RedisRejectedConnectionsHigh
182-
expr: avg(redis_rejected_connections_total) by (addr) < 10
182+
expr: avg(redis_rejected_connections_total) by (addr) < 2
183183
for: 10m
184184
labels:
185185
severity: warning

0 commit comments

Comments
 (0)