mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-14 23:37:56 -08:00
6 lines
112 B
YAML
6 lines
112 B
YAML
groups:
|
|
- name: test
|
|
rules:
|
|
- alert: test
|
|
expr: sum by (job)(rate(http_requests_total[5m]))
|