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
Directly update:
- go.opentelemetry.io/otel/* from v1.26.0 to v1.27.0
- go.opentelemetry.io/contrib/* from v0.51.0 to v0.52.0
Indirectly update:
- google.golang.org/protobuf from v1.33.0 to v1.34.0
This update breaks some of our existing otel grpc interceptors, but in
return allows us to use the newer grpc StatsHandler mechanism, while
still filtering out health-check requests.
Fixes#7235
Recent otelgrpc changes deprecate interceptors that we use throughout the //grpc package.
UnaryClientInterceptor
StreamClientInterceptor
UnaryServerInterceptor
StreamServerInterceptor
WithInterceptorFilter
Per documentation we should move away from these interceptors in favor of NewClientHandler and NewServerHandler.
The text was updated successfully, but these errors were encountered: