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
..
2023-12-25 11:30:29 +01:00
2024-01-17 22:26:32 +08:00
2024-01-17 22:26:32 +08:00
2023-11-28 15:10:12 +01:00
2024-01-23 17:02:14 +01:00