-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
With the migration from batchprocessor to the exporterhelper we found there is a slight difference in the configuration.
Due to
| return errors.New("`min_size` must be less than or equal to `queue_size`") |
starting the collector with
exporters:
otlp:
sending_queue:
enabled: true
batch:
min_size: 8192
or
exporters:
otlp:
sending_queue:
enabled: true
queue_size: 1000
batch:
min_size: 8192
will fail to start.
Proposing to mention this condition in
| - `min_size` (default = 8192): the minimum size of a batch; |
Metadata
Metadata
Assignees
Labels
No labels