VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin f92db26a93 app/vmagent/remotewrite: count maxLabelsPerBlock as 10x of maxRowsPerBlock
This should increase block sizes and subsequently increase the maximum possible bandwidth per each connection to remote storage.
This, in turn, should reduce the probability of storing the data in local buffers.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1235
2021-04-23 22:05:00 +03:00
..
client.go lib/promscrape: add support for authorization config in -promscrape.config as Prometheus 2.26 does 2021-04-02 21:20:37 +03:00
pendingseries.go app/vmagent/remotewrite: count maxLabelsPerBlock as 10x of maxRowsPerBlock 2021-04-23 22:05:00 +03:00
relabel.go all: rename https://victoriametrics.github.io to https://docs.victoriametrics.com 2021-04-20 20:20:01 +03:00
remotewrite.go app/vmagent/remotewrite: reduce memory usage when -remoteWrite.queues is set to a big value 2021-03-31 16:17:23 +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:21 +03:00
statconn.go all: make go vet happy 2021-03-17 00:48:44 +02:00