Skip to content

Commit b58d73d

Browse files
authored
docs: Add OpenCensus to OpenTelemetry shim to README (#879)
* Add OpenCensus to OpenTelemetry shim to README * line width
1 parent 7f73f95 commit b58d73d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,12 @@ dependency to collect the data and exporter dependency to export to backend.
214214

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

217+
### OpenTelemetry
217218

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

219224

220225
## Samples

0 commit comments

Comments
 (0)