From b58d73ddb768c0d33d149ed8bc84f5af618514e1 Mon Sep 17 00:00:00 2001 From: Zoe Date: Wed, 17 Feb 2021 16:27:48 +1100 Subject: [PATCH] docs: Add OpenCensus to OpenTelemetry shim to README (#879) * Add OpenCensus to OpenTelemetry shim to README * line width --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f35503e755..3d11721bb1 100644 --- a/README.md +++ b/README.md @@ -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