Update remote_write queue docs to present defaults. (#4715)

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
pull/4723/head
Brian Brazil 6 years ago committed by Tom Wilkie
parent b537f6047a
commit 468e49417c

@ -1228,7 +1228,7 @@ tls_config:
# Configures the queue used to write to remote storage. # Configures the queue used to write to remote storage.
queue_config: queue_config:
# Number of samples to buffer per shard before we start dropping them. # Number of samples to buffer per shard before we start dropping them.
[ capacity: <int> | default = 100000 ] [ capacity: <int> | default = 10000 ]
# Maximum number of shards, i.e. amount of concurrency. # Maximum number of shards, i.e. amount of concurrency.
[ max_shards: <int> | default = 1000 ] [ max_shards: <int> | default = 1000 ]
# Maximum number of samples per send. # Maximum number of samples per send.
@ -1236,7 +1236,7 @@ queue_config:
# Maximum time a sample will wait in buffer. # Maximum time a sample will wait in buffer.
[ batch_send_deadline: <duration> | default = 5s ] [ batch_send_deadline: <duration> | default = 5s ]
# Maximum number of times to retry a batch on recoverable errors. # Maximum number of times to retry a batch on recoverable errors.
[ max_retries: <int> | default = 10 ] [ max_retries: <int> | default = 3 ]
# Initial retry delay. Gets doubled for every retry. # Initial retry delay. Gets doubled for every retry.
[ min_backoff: <duration> | default = 30ms ] [ min_backoff: <duration> | default = 30ms ]
# Maximum retry delay. # Maximum retry delay.

Loading…
Cancel
Save