ClickHouse rejected insert queries
warning

Description INSERTs rejected due to too many active data parts. Reduce insert frequency.
Query for 1m
>>>
	
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]) > 0
				
			
    
Query Explanation

The query increase(ClickHouseProfileEvents_RejectedInserts[1m]) > 0 measures the number of insert operations rejected in the past minute, and the alert triggers whenever this count is greater than zero. In other words, if any INSERT is rejected due to too many active data parts, the alert fires, prompting you to reduce the insert frequency.

Get Alert
Download
Copy to Clipboard