mirror of https://github.com/prometheus/prometheus
Browse Source
Signed-off-by: Rens Groothuijsen <l.groothuijsen@alumni.maastrichtuniversity.nl>pull/13014/head
Rens Groothuijsen
1 year ago
committed by
GitHub
4 changed files with 29 additions and 1 deletions
@ -0,0 +1,15 @@
|
||||
tests: |
||||
- input_series: |
||||
- series: test |
||||
values: 0 1 |
||||
promql_expr_test: |
||||
- expr: test |
||||
eval_time: 59s |
||||
exp_samples: |
||||
- value: 0 |
||||
labels: test |
||||
- expr: test |
||||
eval_time: 1m |
||||
exp_samples: |
||||
- value: 1 |
||||
labels: test |
Loading…
Reference in new issue