Cassandra hints count
critical

Description Cassandra hints count has changed on {{ $labels.instance }} some nodes may go down
Query
>>>
	
				
					
					
						changes
					
				
			
				
					(
				
			
				
					
				
			
				
					{name="org:apache:cassandra:metrics:storage:totalhints:count"}[1m]) > 3
				
			
    
Query Explanation

The rule watches the cassandra_stats{name="org:apache:cassandra:metrics:storage:totalhints:count"} metric and uses changes(...[1m]) to count how many times the hint count value changes in the past minute; if it changes more than three times (> 3), the alert fires, signalling rapid hint‑count fluctuations that may indicate nodes are going down.

Get Alert
Download
Copy to Clipboard