mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Update remote_write default values in docs (#8103)
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
This commit is contained in:
parent
29b551225b
commit
9599bb9b38
|
@ -1741,13 +1741,13 @@ queue_config:
|
||||||
# samples from the WAL. It is recommended to have enough capacity in each
|
# samples from the WAL. It is recommended to have enough capacity in each
|
||||||
# shard to buffer several requests to keep throughput up while processing
|
# shard to buffer several requests to keep throughput up while processing
|
||||||
# occasional slow remote requests.
|
# occasional slow remote requests.
|
||||||
[ capacity: <int> | default = 500 ]
|
[ capacity: <int> | default = 2500 ]
|
||||||
# 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 = 200 ]
|
||||||
# Minimum number of shards, i.e. amount of concurrency.
|
# Minimum number of shards, i.e. amount of concurrency.
|
||||||
[ min_shards: <int> | default = 1 ]
|
[ min_shards: <int> | default = 1 ]
|
||||||
# Maximum number of samples per send.
|
# Maximum number of samples per send.
|
||||||
[ max_samples_per_send: <int> | default = 100]
|
[ max_samples_per_send: <int> | default = 500]
|
||||||
# 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 ]
|
||||||
# Initial retry delay. Gets doubled for every retry.
|
# Initial retry delay. Gets doubled for every retry.
|
||||||
|
|
Loading…
Reference in a new issue