Skip to content

Commit c480657

Browse files
araiusongy23
andauthored
[chore] Update exporterhelper docs (#14063)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Mention condition of `otlp::sending_queue::queue_size` exporter config <!-- Issue number if applicable --> #### Link to tracking issue Fixes #14061 --------- Signed-off-by: Andrei Raiu <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 3f5439f commit c480657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/exporterhelper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Batch settings are available in the sending queue. Batching is disabled, by defa
3636
batch settings, use `batch: {}`. When `batch` is defined, the settings are:
3737

3838
- `flush_timeout` (default = 200 ms): time after which a batch will be sent regardless of its size. Must be a non-zero value;
39-
- `min_size` (default = 8192): the minimum size of a batch;
39+
- `min_size` (default = 8192): the minimum size of a batch; should be less than or equal to the `sending_queue::queue_size` if `sending_queue::batch::sizer` matches `sending_queue::sizer`.
4040
- `max_size` (default = 0): the maximum size of a batch, enables batch splitting. The maximum size of a batch should be greater than or equal to the minimum size of a batch. If set to zero, there is no maximum size;
4141
- `sizer`: see below.
4242

0 commit comments

Comments
 (0)