From 9eb3fc346f9ca2dd735823d3c5dcb11f1b8a35ec Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 16 Jun 2021 12:36:49 +0300 Subject: [PATCH] docs/vmagent.md: sync with app/vmagent/README.md via `make docs-sync` --- docs/vmagent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmagent.md b/docs/vmagent.md index d257d34e2..1f1a29463 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -723,7 +723,7 @@ See the docs at https://docs.victoriametrics.com/vmagent.html . Optional proxy URL for writing data to -remoteWrite.url. Supported proxies: http, https, socks5. Example: -remoteWrite.proxyURL=socks5://proxy:1234 Supports an array of values separated by comma or specified via multiple flags. -remoteWrite.queues int - The number of concurrent queues to each -remoteWrite.url. Set more queues if default number of queues isn't enough for sending high volume of collected data to remote storage (default 4) + The number of concurrent queues to each -remoteWrite.url. Set more queues if default number of queues isn't enough for sending high volume of collected data to remote storage (default 2 * numberOfAvailableCPUs) -remoteWrite.rateLimit array Optional rate limit in bytes per second for data sent to -remoteWrite.url. By default the rate limit is disabled. It can be useful for limiting load on remote storage when big amounts of buffered data is sent after temporary unavailability of the remote storage Supports array of values separated by comma or specified via multiple flags.