prometheus/promql/testdata
Filip Petkovski a577a0a542
Fix last_over_time for native histograms
The last_over_time retains a histogram sample without making a copy.
This sample is now coming from the buffered iterator used for windowing functions,
and can be reused for reading subsequent samples as the iterator progresses.

I would propose copying the sample in the last_over_time function, similar to
how it is done for rate, sum_over_time and others.

Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
2024-01-26 15:02:40 +01:00
..
aggregators.test address comment 2022-02-15 22:09:17 +08:00
at_modifier.test PromQL: Test negative offset in PromQL tests 2022-01-11 18:23:40 +01:00
collision.test
functions.test promql: use natural sort in sort_by_label and sort_by_label_desc (#13411) 2024-01-16 21:34:09 -03:00
histograms.test add doc 2022-02-13 21:59:03 +08:00
literals.test
native_histograms.test Fix last_over_time for native histograms 2024-01-26 15:02:40 +01:00
operators.test Drop metric name for "atan2" binary operator 2023-07-24 14:36:02 +02:00
selectors.test PromQL: Test negative offset in PromQL tests 2022-01-11 18:23:40 +01:00
staleness.test
subquery.test
trig_functions.test