Skip to content

Commit

Permalink
Merge pull request #13758 from nemobis/federicol-remotewrite-tuning
Browse files Browse the repository at this point in the history
[DOCS] Remote-Write: Clarify batch_send_deadline docs
  • Loading branch information
bboreham committed May 14, 2024
2 parents 3b8b577 + 2aab70b commit 67326d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3673,7 +3673,8 @@ queue_config:
[ min_shards: <int> | default = 1 ]
# Maximum number of samples per send.
[ 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 ]
# Initial retry delay. Gets doubled for every retry.
[ min_backoff: <duration> | default = 30ms ]
Expand Down

0 comments on commit 67326d8

Please sign in to comment.