We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b89c82 commit 2760096Copy full SHA for 2760096
propagators/opencensus/README.md
@@ -11,7 +11,7 @@ A GRPC client and server that use OpenCensus cannot easily migrate to OpenTeleme
11
To add the binary propagation format with otelgrpc, use the WithPropagators option to the otelgrpc Interceptors:
12
13
```golang
14
-import "go.opentelemetry.io/contrib/propagation/opencensus"
+import "go.opentelemetry.io/contrib/propagators/opencensus"
15
16
opt := otelgrpc.WithPropagators(opencensus.Binary{})
17
```
0 commit comments