VictoriaMetrics/lib/streamaggr
Alexander Marshalov 9ba03b4838
allow configuring staleness interval in stream aggregation (#4667) (#4670)
---------

Signed-off-by: Alexander Marshalov <_@marshalov.org>
Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
2023-07-20 21:47:29 -07:00
..
avg.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
count_samples.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
count_series.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
histogram_bucket.go allow configuring staleness interval in stream aggregation (#4667) (#4670) 2023-07-20 21:47:29 -07:00
increase.go allow configuring staleness interval in stream aggregation (#4667) (#4670) 2023-07-20 21:47:29 -07:00
last.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
max.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
min.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
quantiles.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
stddev.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
stdvar.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
streamaggr.go allow configuring staleness interval in stream aggregation (#4667) (#4670) 2023-07-20 21:47:29 -07:00
streamaggr_test.go Revert "lib/streamaggr: discard samples with timestamps outside of aggregation interval (#4199)" 2023-05-08 21:50:19 -07:00
streamaggr_timing_test.go lib/streamaggr: add ability to de-duplicate input samples before aggregation 2023-01-25 09:22:03 -08:00
sum_samples.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:22:07 -08:00
total.go allow configuring staleness interval in stream aggregation (#4667) (#4670) 2023-07-20 21:47:29 -07:00