Skip to content

Commit 87eb712

Browse files
authored
Fix typos in the exporter/exporterhelper README (#12903)
Fix README.md
1 parent bc57119 commit 87eb712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exporter/exporterhelper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The following configuration options can be modified:
2525
- `bytes`: the size of serialized data in bytes (the least performant option).
2626
- `queue_size` (default = 1000): Maximum size the queue can accept. Measured in units defined by `sizer`
2727
- `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
2929
- `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.
3131
- `timeout` (default = 5s): Time to wait per individual attempt to send data to a backend
3232

3333
The `initial_interval`, `max_interval`, `max_elapsed_time`, and `timeout` options accept

0 commit comments

Comments
 (0)