From 3359218bcd9ecb02e0322911bc0ff8a98f27a6a0 Mon Sep 17 00:00:00 2001 From: shubham sharma Date: Fri, 9 Feb 2024 00:57:12 +0530 Subject: [PATCH] fixed typo from grpc.UnaryClientInterceptor to grpc.StreamClientInterceptor in the comments for NewStreamClientInterceptor in apmgrpc/client.go --- module/apmgrpc/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/apmgrpc/client.go b/module/apmgrpc/client.go index 6f70d69cf..775d11837 100644 --- a/module/apmgrpc/client.go +++ b/module/apmgrpc/client.go @@ -91,7 +91,7 @@ func NewUnaryClientInterceptor(o ...ClientOption) grpc.UnaryClientInterceptor { } } -// NewStreamClientInterceptor returns a grpc.UnaryClientInterceptor that +// NewStreamClientInterceptor returns a grpc.StreamClientInterceptor that // traces gRPC requests with the given options. // // The interceptor will trace spans with the "external.grpc" type for each