VictoriaMetrics/app
Aliaksandr Valialkin a586b8b6d4 app/vminsert/netstorage: do not re-route every time series to more than two vmstorage nodes when certain vmstorage nodes are temporarily slower than the rest of them
Previously vminsert may spread data for a single time series across all the available vmstorage nodes
when vmstorage nodes couldn't handle the given ingestion rate. This could lead to increased usage
of CPU and memory on every vmstorage node, since every vmstorage node had to register all the time
series seen in the cluster. Now a time series may spread to maximum two vmstorage nodes under heavy load.
Every time series is routed to a single vmstorage node under normal load.
2020-06-25 16:42:37 +03:00
..
vmagent lib/promrelabel: add support for keep_if_equal and drop_if_equal actions to relabel configs 2020-06-23 17:29:19 +03:00
vmalert vmalert: add support for TLS configuration (#578) 2020-06-23 22:47:23 +03:00
vmauth docs/vmauth.md: mention that we can provide custom integration with SAML 2020-06-19 13:13:53 +03:00
vmbackup docs/vmbackup.md: mention that backups from single-node and cluster versions are incompatible 2020-06-18 18:54:34 +03:00
vminsert app/vminsert/netstorage: do not re-route every time series to more than two vmstorage nodes when certain vmstorage nodes are temporarily slower than the rest of them 2020-06-25 16:42:37 +03:00
vmrestore all: print --help output to stdout instead of stderr 2020-05-16 12:03:06 +03:00
vmselect app/vmselect/netstorage: reset big result values every 10 seconds instead of after processing every time series 2020-06-24 19:37:35 +03:00
vmstorage app/vmstorage/transport: simplify setupTfss in order to prevent the possibility of nil tfs 2020-06-05 13:17:26 +03:00