mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-15 10:40:31 -04:00
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> |
||
|---|---|---|
| .. | ||
| aggregators.test | ||
| at_modifier.test | ||
| collision.test | ||
| functions.test | ||
| histograms.test | ||
| literals.test | ||
| native_histograms.test | ||
| operators.test | ||
| selectors.test | ||
| staleness.test | ||
| subquery.test | ||
| trig_functions.test | ||