Skip to content

Improve exporterhelper README #14061

@araiu

Description

@araiu

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions