mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-11 19:01:03 +01:00
Builds over https://github.com/prometheus/prometheus/pull/16462 Addresses comments, adds invalid rules file Signed-off-by: subhramit <subhramit.bb@live.in> Co-authored-by: marcodebba <marcodebonis74@gmail.com>
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
|