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

Deprecate Jaeger Tracer #2153

Closed
demonCoder95 opened this issue Nov 24, 2022 · 1 comment
Closed

Deprecate Jaeger Tracer #2153

demonCoder95 opened this issue Nov 24, 2022 · 1 comment
Assignees

Comments

@demonCoder95
Copy link
Member

demonCoder95 commented Nov 24, 2022

It was discovered during refactor from go.uber.org/atomic to sync/atomic that the former is still a part of the dependencies. These are derived indirectly from the jaeger module in the tracer package.

From the official documentation, it is announced that jaeger tracer is being deprecated in favour of OpenTelemetry SDKs and therefore we have to deprecate and remove it from here as well. This will not only remove the deprecated tracer but also the outdated dependency on go.uber.org/atomic completely.

As we decide upon a deprecation strategy for this, this issue can be assigned to me and I'll work on it.

@szuecs
Copy link
Member

szuecs commented Jun 22, 2023

I think this issue is too specific to one tracer. Basically right now all our tracers are "deprecated in favor of opentelemetry".
We also have #2345 which outlines how to go forward and let users a time to migrate from tracers to opentelemetry.

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

No branches or pull requests

2 participants