Redis out of system memory
warning

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

The query divides the memory currently used by Redis (redis_memory_used_bytes) by the total system memory available to Redis (redis_total_system_memory_bytes), multiplies by 100 to get a percentage, and fires when that percentage exceeds 90 %. Thus, the alert triggers when Redis is using more than 90 % of the host's memory, indicating it is running out of system memory.

Get Alert
Download
Copy to Clipboard