mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Update rules.yml
This commit is contained in:
parent
71f488d744
commit
5d254811b4
1 changed files with 2 additions and 2 deletions
|
|
@ -770,8 +770,8 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Redis too many connections
|
- name: Redis too many connections
|
||||||
description: Redis instance has too many connections
|
description: Redis is running out of connections (> 90% used)
|
||||||
query: 'redis_connected_clients > 100'
|
query: 'redis_connected_clients / redis_config_maxclients * 100 > 90'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Redis not enough connections
|
- name: Redis not enough connections
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue