mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
7 lines
192 B
YAML
7 lines
192 B
YAML
|
|
groups:
|
||
|
|
- name: invalid
|
||
|
|
rules:
|
||
|
|
- record: job:http_requests:rate5m
|
||
|
|
expr: sum by (job)(rate(http_requests_total[5m]))
|
||
|
|
unexpected_field: this_field_should_not_be_here
|