From 9599bb9b38efbb8d39ca21223618fcc065ba8127 Mon Sep 17 00:00:00 2001 From: Harkishen Singh Date: Fri, 23 Oct 2020 16:42:14 +0530 Subject: [PATCH] Update remote_write default values in docs (#8103) Signed-off-by: Harkishen-Singh --- docs/configuration/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index b0cd0f78d..01860c071 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1741,13 +1741,13 @@ queue_config: # samples from the WAL. It is recommended to have enough capacity in each # shard to buffer several requests to keep throughput up while processing # occasional slow remote requests. - [ capacity: | default = 500 ] + [ capacity: | default = 2500 ] # Maximum number of shards, i.e. amount of concurrency. - [ max_shards: | default = 1000 ] + [ max_shards: | default = 200 ] # Minimum number of shards, i.e. amount of concurrency. [ min_shards: | default = 1 ] # Maximum number of samples per send. - [ max_samples_per_send: | default = 100] + [ max_samples_per_send: | default = 500] # Maximum time a sample will wait in buffer. [ batch_send_deadline: | default = 5s ] # Initial retry delay. Gets doubled for every retry.