mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
groups:
 | 
						|
- name: high request latency
 | 
						|
  rules:
 | 
						|
  - alert: HighRequestLatency
 | 
						|
    expr: job:request_latency_seconds > 5
 | 
						|
    labels:
 | 
						|
      severity: warning
 | 
						|
    annotations:
 | 
						|
      summary: Request latency greater than 5 seconds |