From 39f6f98e125df50ef2ed6b9b64334300f6d4d44c Mon Sep 17 00:00:00 2001 From: Breina Date: Tue, 21 Nov 2023 23:01:57 +0100 Subject: [PATCH] Remove duplicated section on tracing in README (#294) Signed-off-by: Breina --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 936eb133..19737106 100644 --- a/README.md +++ b/README.md @@ -418,14 +418,5 @@ The SDK is set up to trace all gRPC communications: The SDK accepts all environment variables as described in the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md). -### Tracing - -The SDK is set up to trace all gRPC communications: -* All outgoing messages bear trace metadata, allowing correlation with peers. -* Each request/response is computed as a span. -* If you use OpenTelemetry in your program, the gRPC span will correlate using the thread local context to the parent context. - -The SDK accepts all environment variables as described in the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md). - Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.