mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #5604 from cstyan/default-capacity-docs
Update queue config documentation
This commit is contained in:
commit
f3f016d464
|
@ -1288,8 +1288,8 @@ 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 block reading of more samples from the WAL.
|
||||||
[ capacity: <int> | default = 10000 ]
|
[ capacity: <int> | default = 10 ]
|
||||||
# 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 ]
|
||||||
# Minimum number of shards, i.e. amount of concurrency.
|
# Minimum number of shards, i.e. amount of concurrency.
|
||||||
|
|
Loading…
Reference in a new issue