From 468e49417cf5090f385d51e3205b0c80e2a5e0ca Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Wed, 10 Oct 2018 18:51:27 +0100 Subject: [PATCH] Update remote_write queue docs to present defaults. (#4715) Signed-off-by: Brian Brazil --- docs/configuration/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 2802028db5..f4456d09a5 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1228,7 +1228,7 @@ tls_config: # Configures the queue used to write to remote storage. queue_config: # Number of samples to buffer per shard before we start dropping them. - [ capacity: | default = 100000 ] + [ capacity: | default = 10000 ] # Maximum number of shards, i.e. amount of concurrency. [ max_shards: | default = 1000 ] # Maximum number of samples per send. @@ -1236,7 +1236,7 @@ queue_config: # Maximum time a sample will wait in buffer. [ batch_send_deadline: | default = 5s ] # Maximum number of times to retry a batch on recoverable errors. - [ max_retries: | default = 10 ] + [ max_retries: | default = 3 ] # Initial retry delay. Gets doubled for every retry. [ min_backoff: | default = 30ms ] # Maximum retry delay.