Container High Memory usage
warning

Description Container Memory usage is above 80%
Query for 2m
>>>
	
				
					(
				
			
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
				
			
				
					{name!=""}) BY (instance, name) / 
				
			
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
				
			
				
					 > 0) BY (instance, name) * 100) > 80
				
			
    
Query Explanation

The rule computes, for each container (grouped by instance and name), the percentage of its working‑set memory (container_memory_working_set_bytes) relative to its defined memory limit (container_spec_memory_limit_bytes), and triggers when that percentage exceeds 80 %.

Get Alert
Download
Copy to Clipboard