opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
otelgrpc: Remove the interceptors
I think we should also update the existing examples to use the new instrumentation.
I propose to:
- Merge this PR
- Create an issue for https://github.com/open-telemetry/opentelemetry-go-contrib/pull/3002/files#r1209293763
- Update the existing examples to use the new functionality.
- Deprecate the interceptors so that they are available in next release.
- After the next release remove the interceptors.
@open-telemetry/go-approvers please upvote/downvote if you agree or not. Feel free to leave any additional feedback.
Originally posted by @pellared in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/3002#pullrequestreview-1613182957
Remove the interceptors after the deprecation is part of a release.
EDIT: We should still have the interceptors (even as deprecated) as long as https://pkg.go.dev/google.golang.org/grpc/stats is experimental API.
Blocked by:
- https://github.com/grpc/grpc-go/issues/4690