-
Notifications
You must be signed in to change notification settings - Fork 244
Drop opencensus dependency #1016
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
Comments
Makes sense! @olegrok do you want to make the PR? |
I have a branch with otel changes. Can raise a PR for this |
@AvyChanna yes, thanks a lot, I would be happy to review it. |
Raised #1045 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DHT uses go.opencensus.io package, which has been archived since 2023 and is no longer recommended for use. Additionally, it cannot be downloaded without the Go proxy due to an expired certificate on their site.
I suggest transitioning to OpenTelemetry, as it is now the standard in the industry and is recommended by OpenCensus itself.
The text was updated successfully, but these errors were encountered: