mirror of
https://github.com/containerd/containerd.git
synced 2026-08-13 17:07:26 +00:00
While incoming gRPC requests are already being traced via the server-side handler, outgoing RPCs to proxy plugins are missing the client-side equivalent. Adding otelgrpc.NewClientHandler() ensures trace context is successfully propagated to the plugins. Signed-off-by: Hasan Siddiqui <hasiddiqui@google.com>