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

Support otlp trace exporter and current otel libraries #102

Merged
merged 3 commits into from
Jan 20, 2023
Merged

Conversation

greed42
Copy link
Contributor

@greed42 greed42 commented Jan 20, 2023

Configuration diverges from the environment specification, https://opentelemetry.io/docs/reference/specification/sdk-environment-variables/#exporter-selection, in that the default OTEL_TRACES_EXPORTER is none. This is to provide compatibility with the previous default and to avoid surprising infrastructure dependencies.

Other changes in configuration are due to changes in the OpenTelemetry Jaeger exporter as of v0.20.0: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.20.0.

As it is deprecated, we will remove support for the Jaeger exporter in a future version. This is intended as a migration-enabling version to allow people to convert from jaeger to the otlp exporter.

This implementation is using withdrawn interfaces and there's enough really old things that need update.
Environment variable interface is based on: <https://opentelemetry.io/docs/reference/specification/sdk-environment-variables/>

Notable exception: Default is no exporters -- a noop tracing provider is loaded.
@greed42 greed42 merged commit 1fd686a into master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants