VictoriaMetrics/app
Aliaksandr Valialkin 7209d58fbd app/vmselect/netstorage: increase concurrency when processing small number of time series with big number of data points per each time series
Previously VictoriaMetrics was processing up to 32 time series in a single goroutine.
This could be slow if each time series contains big number of data points (10M+ or more), since only a single CPU core could be loaded with work,
while other CPU cores were idle. Fix this by launching GOMAXPROCS workers for time series processing.

This should help with https://github.com/VictoriaMetrics/VictoriaMetrics/issues/572
2020-06-23 22:46:15 +03:00
..
victoria-metrics all: print --help output to stdout instead of stderr 2020-05-16 11:59:33 +03:00
vmagent lib/promrelabel: add support for keep_if_equal and drop_if_equal actions to relabel configs 2020-06-23 17:29:03 +03:00
vmalert vmalert: add support for TLS configuration (#578) 2020-06-23 20:45:45 +01:00
vmauth docs/vmauth.md: mention that we can provide custom integration with SAML 2020-06-19 13:14:07 +03:00
vmbackup docs/vmbackup.md: mention that backups from single-node and cluster versions are incompatible 2020-06-18 18:52:43 +03:00
vminsert app/vminsert: export metrics for determining ingested rows with dropped or truncated labels 2020-06-19 01:10:37 +03:00
vmrestore all: print --help output to stdout instead of stderr 2020-05-16 11:59:33 +03:00
vmselect app/vmselect/netstorage: increase concurrency when processing small number of time series with big number of data points per each time series 2020-06-23 22:46:15 +03:00
vmstorage app/vmstorage: add vm_slow_metric_name_loads_total metric, which could be used as an indicator when more RAM is needed for improving query performance 2020-05-15 14:11:45 +03:00