VictoriaMetrics/lib/streamaggr
Aliaksandr Valialkin 9d14c29667
lib/streamaggr: skip de-duplication for series, which do not match the configured aggregation rules
Previously all the incoming samples were de-duplicated, even if their series doesn't
match aggregation rule filters. This could result in increased CPU usage.

Now the de-duplication isn't applied to samples for series, which do not match
aggregation rule filters. Such samples are just ignored.
2023-07-22 16:46:17 -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 lib/streamaggr: skip de-duplication for series, which do not match the configured aggregation rules 2023-07-22 16:46:17 -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