Skip to content
Merged
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
6 changes: 6 additions & 0 deletions docs/reference/edot-python/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Follow these steps to migrate:
2. Migrate any usage of Elastic {{product.apm-agent-python}} API to manual instrumentation with OpenTelemetry API in the application source code.
3. Follow the [setup documentation](setup/index.md) on to install and configure EDOT Python.

:::{agent-skill}
:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-migrate

Use this skill to migrate from the Elastic APM Python agent to EDOT Python.
:::

## Configuration mapping

The following are Elastic {{product.apm}} Python agent settings that you can migrate to EDOT Python.
Expand Down
8 changes: 7 additions & 1 deletion docs/reference/edot-python/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@

Follow these steps to get started.

:::{agent-skill}
:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-instrument

Use this skill to instrument Python services with EDOT for tracing, metrics, and logs.
:::

:::{warning}
Avoid using the Python SDK alongside any other APM agent, including Elastic APM agents. Running multiple agents in the same application process may lead to conflicting instrumentation, duplicate telemetry, or other unexpected behavior.

Check notice on line 29 in docs/reference/edot-python/setup/index.md

View workflow job for this annotation

GitHub Actions / docs-preview / vale

Elastic.WordChoice: Consider using 'can, might' instead of 'may', unless the term is in the UI.
:::

::::::{stepper}
Expand Down Expand Up @@ -82,4 +88,4 @@

## Troubleshooting

For help with common setup issues, refer to the [EDOT Python troubleshooting guide](docs-content://troubleshoot/ingest/opentelemetry/edot-sdks/python/index.md).
For help with common setup issues, refer to the [EDOT Python troubleshooting guide](docs-content://troubleshoot/ingest/opentelemetry/edot-sdks/python/index.md).
Loading