Skip to content

Commit 060c779

Browse files
committed
Add more differences from Akhilesh document
1 parent d0a8474 commit 060c779

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/migrate-from-apm.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Goal of this doc:
33
The user is able to understand the differences between the APM Python agent and EDOT
44
-->
55

6-
# Compare EDOT Python and the Elastic APM Python agent
6+
# Compare EDOT Python and the Elastic APM Python agent
77

88
This guide will highlight the major differences between the [Elastic APM Python agent](https://www.elastic.co/guide/en/apm/agent/python/current/getting-started.html) and the Elastic Distribution of OpenTelemetry Python (EDOT Python).
99
For step-by-step instructions on setting up EDOT Python refer to the [Get started guide](./get-started.md).
@@ -23,7 +23,7 @@ We provide a tool to discover available instrumentations automatically that can
2323

2424
## Limitations
2525

26-
### Central configuration
26+
### Central and Dynamic configuration
2727

2828
Currently EDOT Python does not have an equivalent of the [central configuration feature](https://www.elastic.co/guide/en/observability/current/apm-agent-configuration.html) that the Elastic APM Python agent supports. When using EDOT Python, all the configurations are static and should be provided to the application with other configurations.
2929

@@ -49,6 +49,18 @@ At the moment of writing these docs, the following libraries are missing an Open
4949
- Sanic
5050
- zlib
5151

52+
### Integration with structured logging
53+
54+
EDOT Python does not have any [structlog integration](https://www.elastic.co/guide/en/apm/agent/python/current/logs.html#structlog) at the moment.
55+
56+
### Span compression
57+
58+
EDOT Python does not implement [span compression](https://www.elastic.co/guide/en/observability/current/apm-data-model-spans.html#apm-spans-span-compression).
59+
60+
### Breakdown metrics
61+
62+
EDOT Python is not sending metrics that power the [Breakdown metrics](https://www.elastic.co/guide/en/apm/guide/current/data-model-metrics.html#_breakdown_metrics).
63+
5264
<!-- ✅ What they should do next -->
5365
## Next steps
5466

0 commit comments

Comments
 (0)