Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: OTEL_EXPORTER_JAEGER_TIMEOUT env var #881

Merged
merged 2 commits into from
Jul 17, 2021
Merged

Conversation

fbogsany
Copy link
Contributor

Fixes #752

The Zipkin collector already supports the required env var.

Note that the timeout is ignored for the CollectorExporter because we don't have control over timeouts at this layer. We could use Timeout::timeout but I'm not confident that will work as designed, and not screw up some internal state in the Thrift gem.

@fbogsany fbogsany merged commit 2dda0ff into main Jul 17, 2021
@fbogsany fbogsany deleted the jaeger-timeout-env-var branch July 17, 2021 16:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OTEL_EXPORTER_JAEGER_TIMEOUT and OTEL_EXPORTER_ZIPKIN_TIMEOUT environment variables
2 participants