Redis too many connections warning
Redis is running out of connections (> 90% used)
>>>
/
* 100 > 90
The query computes the percentage of Redis connections in use by dividing redis_connected_clients by the configured redis_config_maxclients, multiplying by 100, and then checks if this value exceeds 90. The alert triggers when more than 90 % of the allowed client connections are occupied, indicating Redis is nearing its connection limit.
Get Alert✕
Download
Copy to Clipboard