mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 10:04:07 -08:00
7 lines
174 B
YAML
7 lines
174 B
YAML
groups:
|
|
- name: test
|
|
rules:
|
|
- record: job:http_requests:rate5m
|
|
expr: sum by (job)(rate(http_requests_total[5m]))
|
|
source_tenants: [tenant-1, tenant-2]
|