We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
@DylanRussell
Does this apply to the other batch span/metric processors too?
Sorry, something went wrong.
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.
collect
timeout
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: