VictoriaMetrics/lib/streamaggr
Aliaksandr Valialkin 1ce82f874c
lib/streamaggr: follow up for 70773f53d7
- Round staleness_interval durations to the upper number of seconds.
  This should prevent from under-calculations for fractional staleness intervals.
- Rename stalenessInterval field at *AggrState structs into stalenessSecs, since it holds seconds.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4667
2023-07-20 21:56:36 -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 lib/streamaggr: follow up for 70773f53d7 2023-07-20 21:56:36 -07:00
increase.go lib/streamaggr: follow up for 70773f53d7 2023-07-20 21:56:36 -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 lib/streamaggr: follow up for 70773f53d7 2023-07-20 21:56:36 -07:00