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 |
|
Aliaksandr Valialkin
|
5c4bd4f7c1
|
lib/streamaggr: limit the number of concurrent flushes of aggregate metrics in order to limit memory usage
|
2023-01-06 22:39:13 -08:00 |
|
Aliaksandr Valialkin
|
0e1f0ade31
|
lib/streamaggr: sort by and without labels in the aggregate output metric name
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3460
|
2023-01-05 02:08:44 -08:00 |
|
Aliaksandr Valialkin
|
66947ee5a2
|
lib/streamaggr: remove unused fields
|
2023-01-04 13:33:46 -08:00 |
|
Aliaksandr Valialkin
|
fa13bbc48a
|
app/{vmagent,vminsert}: add support for streaming aggregation
See https://docs.victoriametrics.com/stream-aggregation.html
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3460
|
2023-01-03 22:19:21 -08:00 |
|