Skip to content

OTEL_BLRP_EXPORT_TIMEOUT should do something #4555

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

Open
DylanRussell opened this issue Apr 18, 2025 · 2 comments
Open

OTEL_BLRP_EXPORT_TIMEOUT should do something #4555

DylanRussell opened this issue Apr 18, 2025 · 2 comments
Labels
bug Something isn't working sdk Affects the SDK package.

Comments

@DylanRussell
Copy link
Contributor

Currently it doesn't do anything. This was uncovered in #4535.

Need to figure out how it should behave when the OTLP exporter(s) already had it's export timeout flag set via another env var.

@lzchen lzchen added bug Something isn't working sdk Affects the SDK package. labels Apr 24, 2025
@lzchen
Copy link
Contributor

lzchen commented Apr 24, 2025

@DylanRussell

Does this apply to the other batch span/metric processors too?

@DylanRussell
Copy link
Contributor Author

Yeah good question, same exact issue for the Batch span processor.

I'm pretty sure also an issue on the metric processor, it gets passed through to collect, and I'm not sure where collect is implemented.. But the metric exporter doesn't do anything with it's timeout param, so even if it's getting passed through to that it's not being used there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sdk Affects the SDK package.
Projects
None yet
Development

No branches or pull requests

2 participants