VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 52b4b1605e app/vmagent/remotewrite: increase the maximum possible number of inmemory blocks for systems with high amounts of RAM
This should reduce the probability of using much slower file-based persistent queue
when vmagent processes metrics at high rate (millions of metrics per second).

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1235
2021-04-23 22:03:51 +03:00
..
client.go lib/promscrape: add support for authorization config in -promscrape.config as Prometheus 2.26 does 2021-04-02 21:17:45 +03:00
pendingseries.go app/vmagent/remotewrite: count maxLabelsPerBlock as 10x of maxRowsPerBlock 2021-04-23 21:55:47 +03:00
relabel.go all: rename https://victoriametrics.github.io to https://docs.victoriametrics.com 2021-04-20 20:16:17 +03:00
remotewrite.go app/vmagent/remotewrite: increase the maximum possible number of inmemory blocks for systems with high amounts of RAM 2021-04-23 22:03:51 +03:00
sort_labels.go app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00
statconn.go all: make golint happy 2021-03-17 00:49:28 +02:00