Skip to content

Commit a8a5c07

Browse files
committed
change Redis Connections High
1 parent a735a42 commit a8a5c07

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
@@ -153,7 +153,7 @@ data:
153153
annotations:
154154
summary: Redis Server {{ $labels.instance }} Cache Misses are high.
155155
- alert: RedisRejectedConnectionsHigh
156-
expr: avg(redis_rejected_connections_total) by (addr) < 2
156+
expr: redis_connected_clients{} > 100
157157
for: 10m
158158
labels:
159159
severity: warning

0 commit comments

Comments
 (0)