Skip to content

Commit

Permalink
fix import link (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonglil authored Mar 29, 2021
1 parent 0b89c82 commit 2760096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propagators/opencensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A GRPC client and server that use OpenCensus cannot easily migrate to OpenTeleme
To add the binary propagation format with otelgrpc, use the WithPropagators option to the otelgrpc Interceptors:

```golang
import "go.opentelemetry.io/contrib/propagation/opencensus"
import "go.opentelemetry.io/contrib/propagators/opencensus"

opt := otelgrpc.WithPropagators(opencensus.Binary{})
```

0 comments on commit 2760096

Please sign in to comment.