RabbitMQ memory high
warning

Description A node use more than 90% of allocated RAM
Query for 2m
>>>
	
				
					
				
			
				
					 / 
				
			
				
					
				
			
				
					 * 100 > 90
				
			
    
Query Explanation

The query calculates the percentage of RAM used by each RabbitMQ node by dividing its current resident memory (rabbitmq_process_resident_memory_bytes) by the configured memory limit (rabbitmq_resident_memory_limit_bytes) and multiplying by 100. The alert fires when this percentage exceeds 90 % on any node.

Get Alert
Download
Copy to Clipboard