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

Remove opencensus.NewTracer after deprecation release #4582

Closed
dashpole opened this issue Oct 3, 2023 · 1 comment
Closed

Remove opencensus.NewTracer after deprecation release #4582

dashpole opened this issue Oct 3, 2023 · 1 comment
Labels
pkg:bridges Related to a bridge package
Milestone

Comments

@dashpole
Copy link
Contributor

dashpole commented Oct 3, 2023

After we release v1.20/v0.43, we should remove the deprecated opencensus.NewTracer method:

// Deprecated: Use InstallTraceBridge instead.
func NewTracer(tracer trace.Tracer) octrace.Tracer {

It is replaced by opencensus.InstallTraceBridge().

@dashpole dashpole added the pkg:bridges Related to a bridge package label Oct 3, 2023
@dashpole
Copy link
Contributor Author

Fixed by #4706

@XSAM XSAM added this to the untracked milestone Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:bridges Related to a bridge package
Projects
No open projects
Development

No branches or pull requests

2 participants