From ac5973134bfc26d9c149f618bee1cf24da3415d1 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Mon, 16 Nov 2020 09:48:54 -0800 Subject: [PATCH] Update bridge/opencensus/binary/binary.go Co-authored-by: Tyler Yahn --- bridge/opencensus/binary/binary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/opencensus/binary/binary.go b/bridge/opencensus/binary/binary.go index 819b88dd4b3..bed87ae7d97 100644 --- a/bridge/opencensus/binary/binary.go +++ b/bridge/opencensus/binary/binary.go @@ -28,7 +28,7 @@ type key uint const binaryKey key = 0 -// traceContextKey is the same as opencensus: +// binaryHeader is the same as traceContextKey is in opencensus: // https://github.com/census-instrumentation/opencensus-go/blob/3fb168f674736c026e623310bfccb0691e6dec8a/plugin/ocgrpc/trace_common.go#L30 const binaryHeader = "grpc-trace-bin"