Merge pull request #5604 from cstyan/default-capacity-docs

Update queue config documentation
This commit is contained in:
Björn Rabenstein 2019-06-17 13:05:14 +02:00 committed by GitHub
commit f3f016d464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1288,8 +1288,8 @@ 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: <int> | default = 10000 ]
# Number of samples to buffer per shard before we block reading of more samples from the WAL.
[ capacity: <int> | default = 10 ]
# Maximum number of shards, i.e. amount of concurrency.
[ max_shards: <int> | default = 1000 ]
# Minimum number of shards, i.e. amount of concurrency.