Etcd insufficient Members
critical

Description Etcd cluster should have an odd number of members
Query
>>>
	
				
					
					
						count
					
				
			
				
					(
				
			
				
					
				
			
				
					) % 2 == 0
				
			
    
Query Explanation

The query count(etcd_server_id) % 2 == 0 counts the current etcd members reporting a server ID and checks if that count is an even number (i.e., divisible by 2). The alert triggers when the total number of etcd members is even, meaning the cluster lacks the recommended odd number of members.

Get Alert
Download
Copy to Clipboard