Browse Source

Merge pull request #13758 from nemobis/federicol-remotewrite-tuning

[DOCS] Remote-Write: Clarify batch_send_deadline docs
pull/13749/merge
Bryan Boreham 6 months ago committed by GitHub
parent
commit
67326d8e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      docs/configuration/configuration.md

3
docs/configuration/configuration.md

@ -3673,7 +3673,8 @@ queue_config:
[ 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 = 2000] [ max_samples_per_send: <int> | default = 2000]
# Maximum time a sample will wait in buffer. # Maximum time a sample will wait for a send. The sample might wait less
# if the buffer is full. Further time might pass due to potential retries.
[ 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.
[ min_backoff: <duration> | default = 30ms ] [ min_backoff: <duration> | default = 30ms ]

Loading…
Cancel
Save