Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cross_links:
- ecs
- ecs-logging
- ecs-logging-python
- elastic-otel-python
- elasticsearch
- logstash-docs-md
toc:
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions docs/reference/supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading