mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-01 08:01:39 -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]))
|