Pulsar topic very large backlog storage size
critical

Description The topic backlog storage size is over 20 GB
Query for 1h
>>>
	
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
				
			
				
					 > 20*1024*1024*1024) by (topic)
				
			
    
Query Explanation

The query checks each topic's pulsar_storage_size metric and counts those where the size exceeds 20 GB; if the summed count (by topic) is greater than zero—meaning at least one topic has a backlog larger than 20 GB—the alert is triggered.

Get Alert
Download
Copy to Clipboard