Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to configure the exporter buffer of the BatchProcessor #5238

Open
MrAlias opened this issue Apr 19, 2024 · 0 comments
Open

Add an option to configure the exporter buffer of the BatchProcessor #5238

MrAlias opened this issue Apr 19, 2024 · 0 comments
Labels
area:logs Part of OpenTelemetry logs enhancement New feature or request pkg:SDK Related to an SDK package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Apr 19, 2024

Currently the buffer size is 1:

// TODO: explore making the size of this configurable.
exporter: newBufferExporter(exporter, 1),

Users may find it useful to be able to configure this value. A BatchOption could be added to achieve this.

leave a 👍 if you would find this useful

@MrAlias MrAlias changed the title Add option for users to configure the exporter buffer Add an option to configure the exporter buffer of the BatchProcessor Apr 19, 2024
@MrAlias MrAlias added enhancement New feature or request pkg:SDK Related to an SDK package area:logs Part of OpenTelemetry logs labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logs Part of OpenTelemetry logs enhancement New feature or request pkg:SDK Related to an SDK package
Projects
Status: Backlog
Development

No branches or pull requests

1 participant