Tags: fullstorydev/grpchan
Tags
Add stats.Handler support to inprocgrpc.Channel (#83) Implements support for the google.golang.org/grpc/stats.Handler API in the in-process channel, enabling instrumentation with OpenTelemetry and other observability tools that use stats handlers instead of the now-deprecated interceptor-based APIs. related #73 --------- Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>