mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +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 |