VictoriaMetrics/lib/streamaggr
Aliaksandr Valialkin 5fe7ff24c2
lib/streamaggr: limit the the number of concurrent flushes of the aggregate data to the exact number of available CPUs
This should reduce the maximum memory usage during concurrent flushes of the aggregate data
2023-01-07 00:18:51 -08:00
..
avg.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
count_samples.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
count_series.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
histogram_bucket.go lib/streamaggr: remove unused fields 2023-01-04 13:33:46 -08:00
increase.go lib/streamaggr: remove unused fields 2023-01-04 13:33:46 -08:00
last.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
max.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
min.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
quantiles.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
stddev.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
stdvar.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
streamaggr.go lib/streamaggr: limit the the number of concurrent flushes of the aggregate data to the exact number of available CPUs 2023-01-07 00:18:51 -08:00
streamaggr_test.go lib/streamaggr: sort by and without labels in the aggregate output metric name 2023-01-05 02:08:44 -08:00
streamaggr_timing_test.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
sum_samples.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00
total.go app/{vmagent,vminsert}: add support for streaming aggregation 2023-01-03 22:19:21 -08:00