Skip to content

Commit c3abe98

Browse files
theletterfGPT-5 Codex
andauthored
docs: add EDOT Python v0.1.1 agent-skill callouts (#507)
* Add agent-skill callouts for EDOT Python setup and migration. Surface the new v0.1.1 EDOT Python instrument and migrate skills on the canonical task pages. Co-authored-by: GPT-5 Codex <[email protected]> Made-with: Cursor * Update migration.md * Update index.md * docs: add EDOT Python agent-skill body text Re-add custom agent-skill descriptions after the callouts were moved to their new locations in setup and migration pages. Co-authored-by: GPT-5 Codex <[email protected]> Made-with: Cursor --------- Co-authored-by: GPT-5 Codex <[email protected]>
1 parent d89956d commit c3abe98

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/reference/edot-python/migration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Follow these steps to migrate:
2828
2. Migrate any usage of Elastic {{product.apm-agent-python}} API to manual instrumentation with OpenTelemetry API in the application source code.
2929
3. Follow the [setup documentation](setup/index.md) on to install and configure EDOT Python.
3030

31+
:::{agent-skill}
32+
:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-migrate
33+
34+
Use this skill to migrate from the Elastic APM Python agent to EDOT Python.
35+
:::
36+
3137
## Configuration mapping
3238

3339
The following are Elastic {{product.apm}} Python agent settings that you can migrate to EDOT Python.

docs/reference/edot-python/setup/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Learn how to set up the {{edot}} (EDOT) Python in various environments, includin
1919

2020
Follow these steps to get started.
2121

22+
:::{agent-skill}
23+
:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-instrument
24+
25+
Use this skill to instrument Python services with EDOT for tracing, metrics, and logs.
26+
:::
27+
2228
:::{warning}
2329
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.
2430
:::
@@ -82,4 +88,4 @@ There might be no trace data to visualize unless you have invoked your applicati
8288

8389
## Troubleshooting
8490

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

0 commit comments

Comments
 (0)