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
Copy file name to clipboardExpand all lines: exporter/exporterhelper/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ The following configuration options can be modified:
25
25
-`bytes`: the size of serialized data in bytes (the least performant option).
26
26
-`queue_size` (default = 1000): Maximum size the queue can accept. Measured in units defined by `sizer`
27
27
-`batch` disabled by default if not defined
28
-
-`flush_timeout`: time after which a batch will be sent regardless of its size.
28
+
-`flush_timeout`: time after which a batch will be sent regardless of its size. Must be a non-zero value
29
29
-`min_size`: the minimum size of a batch.
30
-
-`min_size`: the maximum size of a batch, enables batch splitting.
30
+
-`max_size`: the maximum size of a batch, enables batch splitting. The maximum size of a batch should be greater than or equal to the mininum size of a batch.
31
31
-`timeout` (default = 5s): Time to wait per individual attempt to send data to a backend
32
32
33
33
The `initial_interval`, `max_interval`, `max_elapsed_time`, and `timeout` options accept
0 commit comments