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 support for OTEL_EXPORTER_JAEGER_TIMEOUT #1781

Closed
codeboten opened this issue Apr 20, 2021 · 0 comments · Fixed by #1863
Closed

Add support for OTEL_EXPORTER_JAEGER_TIMEOUT #1781

codeboten opened this issue Apr 20, 2021 · 0 comments · Fixed by #1863

Comments

@codeboten
Copy link
Contributor

As per spec change open-telemetry/opentelemetry-specification#1612

Adds OTEL_EXPORTER_JAEGER_TIMEOUT environment variable, similar to OTEL_EXPORTER_OTLP_TIMEOUT. The Java SDK already has this as a programmatic option:
https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/jaeger/src/main/java/io/opentelemetry/exporter/jaeger/JaegerGrpcSpanExporterBuilder.java#L76-L83
and we would like to surface this as an environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants