boulder icon indicating copy to clipboard operation
boulder copied to clipboard

Replace deprecated otelgrpc interceptors with stats handler

Open pgporada opened this issue 2 years ago • 0 comments

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.

pgporada avatar Jan 02 '24 17:01 pgporada