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.