VictoriaMetrics/app
Aliaksandr Valialkin d856b598a8
app/vmselect/promql: properly estimate the needed amounts of memory for executing aggregate function over rollup function in incremental mode
Incremental aggregation processes only GOMAXPROCS time series at a time, so its' memory usage doesn't depend
on the number of input time series.

The issue has been introduced in 5138eaeea0

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3203
2024-05-12 10:18:22 +02:00
..
victoria-logs lib/pushmetrics: wait until the background goroutines, which push metrics, are stopped at pushmetrics.Stop() 2024-01-16 23:18:29 +02:00
victoria-metrics lib/mergeset: do not panic on too long items passed to Table.AddItems() 2024-02-12 19:45:13 +02:00
vlinsert app/vlinsert/elasticsearch: add a command-line flag to provide ES version () 2023-08-11 06:52:57 -07:00
vlselect app/{vmselect,vlselect}: run make vmui-update vmui-logs-update after 86f1459ca6 2023-08-11 07:00:39 -07:00
vlstorage app/vlstorage: expose vl_data_size_bytes metric at /metrics page for tracking the on-disk data size (both indexdb and the data itself) 2023-07-31 07:56:53 -07:00
vmagent app/{vmagent,vminsert}: follow-up for 434a5803e7 2024-02-29 18:09:15 +02:00
vmalert vmalert: support any status code from the range 200-299 from alertmanager as successful () 2024-04-17 09:42:39 +02:00
vmauth Makefile: run go mod tidy with -compat=1.22 after 95222b2079 2024-02-12 22:47:43 +02:00
vmbackup Makefile: run go mod tidy with -compat=1.22 after 95222b2079 2024-02-12 22:47:43 +02:00
vmbackupmanager lib/license: cleanups and prettifications for log messages and docs related to licensing 2023-10-16 13:18:08 +02:00
vmctl app/vmctl: properly close file descriptor in verify-block action () 2024-04-17 09:48:21 +02:00
vmgateway lib/license: cleanups and prettifications for log messages and docs related to licensing 2023-10-16 13:18:08 +02:00
vminsert app/{vmagent,vminsert}: follow-up for 434a5803e7 2024-02-29 18:09:15 +02:00
vmrestore Makefile: run go mod tidy with -compat=1.22 after 95222b2079 2024-02-12 22:47:43 +02:00
vmselect app/vmselect/promql: properly estimate the needed amounts of memory for executing aggregate function over rollup function in incremental mode 2024-05-12 10:18:22 +02:00
vmstorage app/vmstorage: deregister storage metrics before stopping the storage 2024-01-16 23:30:11 +02:00
vmui chore: [deployment] upgrade from go 1.22.2 to 1.22.3 to include security fixes () 2024-05-10 14:53:06 +02:00