Skip to content

Commit

Permalink
docs: Add OpenCensus to OpenTelemetry shim to README (#879)
Browse files Browse the repository at this point in the history
* Add OpenCensus to OpenTelemetry shim to README

* line width
  • Loading branch information
zoercai committed Feb 17, 2021
1 parent 7f73f95 commit b58d73d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -214,7 +214,12 @@ dependency to collect the data and exporter dependency to export to backend.

[Click here](https://medium.com/google-cloud/troubleshooting-cloud-spanner-applications-with-opencensus-2cf424c4c590) for more information.

### OpenTelemetry

To use OpenTelemetry with the Cloud Spanner client, set up the OpenTelemetry pipeline, and add
the [OpenCensus shim](https://github.com/open-telemetry/opentelemetry-java/tree/main/opencensus-shim)
to your project. Follow the [README instructions](https://github.com/open-telemetry/opentelemetry-java/blob/main/opencensus-shim/README.md)
to set up traces and metrics.


## Samples
Expand Down

0 comments on commit b58d73d

Please sign in to comment.