Redis cluster flapping
critical

Description Changes have been detected in Redis replica connection. This can occur when replica nodes lose connection to the master and reconnect (a.k.a flapping).
Query for 2m
>>>
	
				
					
					
						changes
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]) > 1
				
			
    
Query Explanation

The query counts how many times the value of redis_connected_slaves has changed in the last minute (changes(redis_connected_slaves[1m])). If it has changed more than once (> 1), the alert fires, indicating that Redis replica connections are repeatedly dropping and re‑establishing (flapping).

Get Alert
Download
Copy to Clipboard