VictoriaMetrics/app
Aliaksandr Valialkin 4076277cf0
app/vmselect/promql: evaluate union() args in parallel in order to increase query performance
Note that the parallel execution of `union()` args may take more memory and CPU time
than the sequential execution if args contain heavy queries, which may load all the available CPU,
disk and memory resources and vmselect and vmstorage levels.
2022-09-02 19:46:27 +03:00
..
victoria-metrics app/victoria-metrics: replace ioutil package with os package (#2993) 2022-08-21 23:41:31 +03:00
vmagent app/vmagent: follow-up after 2b22aa1537 2022-08-24 16:18:59 +03:00
vmalert docs: mention that it is safe sharing the collected profiles from security PoV 2022-08-24 14:07:36 +03:00
vmauth docs: mention that it is safe sharing the collected profiles from security PoV 2022-08-24 14:07:36 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vmctl vmctl: fix progress bar not being stopped on error during import process (#3023) 2022-08-26 18:20:27 +02:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vminsert lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:46:26 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmselect app/vmselect/promql: evaluate union() args in parallel in order to increase query performance 2022-09-02 19:46:27 +03:00
vmstorage app/vmstorage: expose vm_{hourly,daily}_series_limit_{max,current}_series metrics if -storage.max{Hourly,Daily}Series limits are set 2022-08-24 13:44:04 +03:00
vmui docs/CHANGELOG.md: document the 044d51b668 2022-08-30 09:42:19 +03:00