RedisOutOfMemory
warning

Description Redis is running out of memory (> 90%) VALUE = {{ $value }} LABELS: {{ $labels }}
Query for 5m
>>>
	
				
					
				
			
				
					 / 
				
			
				
					
				
			
				
					 * 100 > 90
				
			
    
Query Explanation

The rule calculates redis_memory_used_bytes / redis_total_system_memory_bytes * 100, i.e., the percentage of total system RAM currently used by Redis, and fires the RedisOutOfMemory alert whenever this percentage exceeds 90 %. The alert payload includes the current value ({{ $value }}) and the associated label set ({{ $labels }}).

Exporters Used

Related Alerts

Get Alert
Download
Copy to Clipboard