diff --git a/docs/reference/edot-python/overhead.md b/docs/reference/edot-python/overhead.md index 5719295..2abb9fa 100644 --- a/docs/reference/edot-python/overhead.md +++ b/docs/reference/edot-python/overhead.md @@ -13,7 +13,7 @@ products: - id: edot-sdk --- -# Performance overhead of the EDOT SDK for Python +# Performance overhead of the Elastic Distribution of OpenTelemetry Python This page explains the performance considerations when instrumenting Python applications with the Elastic Distribution of OpenTelemetry SDK, including impact analysis and mitigation techniques. diff --git a/docs/reference/edot-python/setup/manual-instrumentation.md b/docs/reference/edot-python/setup/manual-instrumentation.md index e94b280..66bdc7f 100644 --- a/docs/reference/edot-python/setup/manual-instrumentation.md +++ b/docs/reference/edot-python/setup/manual-instrumentation.md @@ -13,7 +13,7 @@ products: - id: edot-sdk --- -# Manual instrumentation for Python with Elastic OpenTelemetry SDK +# Manual instrumentation using the Elastic Distribution of OpenTelemetry Python Learn how to manually instrument Python applications using the {{edot}} Python SDK to add spans, metrics, and custom attributes. The following instructions require auto-instrumentation with OpenTelemetry to have been added to your application per [Setup](/reference/edot-python/setup/index.md).