diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index a90defc78..bfd031274 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -3673,7 +3673,8 @@ queue_config: [ min_shards: | default = 1 ] # Maximum number of samples per send. [ max_samples_per_send: | 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: | default = 5s ] # Initial retry delay. Gets doubled for every retry. [ min_backoff: | default = 30ms ]