diff --git a/docs/docset.yml b/docs/docset.yml index c11f471c4..8c9e5278a 100644 --- a/docs/docset.yml +++ b/docs/docset.yml @@ -9,6 +9,7 @@ cross_links: - ecs - ecs-logging - ecs-logging-python + - elastic-otel-python - elasticsearch - logstash-docs-md toc: diff --git a/docs/reference/index.md b/docs/reference/index.md index df1c5bf30..cc4c89a99 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -14,6 +14,9 @@ applies_to: The Elastic APM Python agent sends performance metrics and error logs to the APM Server. It has built-in support for Django and Flask performance metrics and error logging, as well as generic support of other WSGI frameworks for error logging. +:::::{note} +Elastic supports OpenTelemetry, which allows logs, metrics, and trace signal collection for many of the [supported technologies](/reference/supported-technologies.md) below. Consider using the [EDOT Python SDK](elastic-otel-python://reference/edot-python/index.md) for observability data so you continue to get the full power of Elastic's platform. +::::: ## How does the Agent work? [how-it-works] diff --git a/docs/reference/supported-technologies.md b/docs/reference/supported-technologies.md index 28efb9438..d60291a0b 100644 --- a/docs/reference/supported-technologies.md +++ b/docs/reference/supported-technologies.md @@ -11,6 +11,10 @@ applies_to: # Supported technologies [supported-technologies] +The Elastic APM Python Agent supports the technologies listed below. + +Elastic supports OpenTelemetry, which allows logs, metrics, and trace signal collection for many of these technologies. Consider using the [EDOT Python SDK](elastic-otel-python://reference/edot-python/index.md) for observability data so you continue to get the full power of Elastic's platform. + $$$framework-support$$$ The Elastic APM Python Agent comes with support for the following frameworks: