Redis too many connections
warning

Description Redis is running out of connections (> 90% used)
Query for 2m
>>>
	
				
					
				
			
				
					 / 
				
			
				
					
				
			
				
					 * 100 > 90
				
			
    
Query Explanation

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