VictoriaMetrics/app/vminsert/common
Roman Khavronenko 7ce052b32d
lib/streamaggr: skip empty aggregators (#6307)
Prevent excessive resource usage when stream aggregation config file
contains no matchers by prevent pushing data into Aggregators object.
Before this change a lot of extra work was invoked without reason.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-05-20 14:03:28 +02:00
..
insert_ctx_pool.go app/vminsert/common: remove obsolete optimization for reducing memory usage for InsertCtx pool 2024-04-20 20:51:53 +02:00
insert_ctx.go lib/streamaggr: skip empty aggregators (#6307) 2024-05-20 14:03:28 +02:00
sort_labels.go app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00
streamaggr.go lib/streamaggr: skip empty aggregators (#6307) 2024-05-20 14:03:28 +02:00