mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
2df1a482da
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
15 lines
330 B
YAML
15 lines
330 B
YAML
rule_files:
|
|
- bad-rules-error.yml
|
|
|
|
tests:
|
|
- input_series:
|
|
- series: 'join_1{a="1",b="2"}'
|
|
values: 1
|
|
- series: 'join_2{a="1",b="3"}'
|
|
values: 2
|
|
- series: 'join_2{a="1",b="4"}'
|
|
values: 3
|
|
|
|
# Just the existence of the data, that can't be joined, makes the recording
|
|
# rules error.
|