You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to replace the existing OpenCensus with OpenTelemetry now?
Describe the solution you'd like
For example, for gRPC, you only need to replace "go.opencensus.io/plugin/ocgrpc" with "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" and change some references. The process is similar for HTTP.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I see there is a change in the tag/v1.8.0.
Are there any plans to replace the existing OpenCensus with OpenTelemetry now?
Describe the solution you'd like
For example, for gRPC, you only need to replace "go.opencensus.io/plugin/ocgrpc" with "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" and change some references. The process is similar for HTTP.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: