mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-03 17:41:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
groups:
 | 
						|
- name: example-group
 | 
						|
  rules:
 | 
						|
  - alert: DeadMansSwitch
 | 
						|
    expr: vector(1)
 | 
						|
    labels:
 | 
						|
      severity: "none"
 | 
						|
    annotations:
 | 
						|
      description: This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.
 |