You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--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]>
Copy file name to clipboardExpand all lines: exporter/exporterhelper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Batch settings are available in the sending queue. Batching is disabled, by defa
36
36
batch settings, use `batch: {}`. When `batch` is defined, the settings are:
37
37
38
38
-`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`.
40
40
-`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;
0 commit comments