There was an error while loading. Please reload this page.
1 parent 7f73f95 commit b58d73dCopy full SHA for b58d73d
README.md
@@ -214,7 +214,12 @@ dependency to collect the data and exporter dependency to export to backend.
214
215
[Click here](https://medium.com/google-cloud/troubleshooting-cloud-spanner-applications-with-opencensus-2cf424c4c590) for more information.
216
217
+### OpenTelemetry
218
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.
223
224
225
## Samples
0 commit comments