Oleksandr Redko
|
9fff48c3e3
|
app,lib: fix typos in comments (#3804)
|
2023-02-13 13:27:13 +01:00 |
|
Aliaksandr Valialkin
|
d655d6b047
|
lib/streamaggr: add ability to de-duplicate input samples before aggregation
|
2023-01-25 09:14:49 -08:00 |
|
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
|
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 |
|