mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 10:04:07 -08:00
6 lines
114 B
YAML
6 lines
114 B
YAML
|
groups:
|
||
|
- name: test
|
||
|
rules:
|
||
|
- alert: test_2
|
||
|
expr: sum by (job)(rate(http_requests_total[5m]))
|