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
6 changes: 6 additions & 0 deletions docs/reference/edot-java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Compared to the Elastic {{product.apm}} Java agent, the {{edot}} Java presents a

## Migration steps

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

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

Follow these steps to migrate from the legacy Elastic {{product.apm}} Java agent to the {{edot}} Java.

::::::{stepper}
Expand Down
8 changes: 7 additions & 1 deletion docs/reference/edot-java/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ For environments where modifying the JVM arguments or configuration is not possi

Follow the following Java setup guide for all other environments.

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

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

## Download the agent

You can download the latest release version of the EDOT Java agent from [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.otel/elastic-otel-javaagent?label=elastic-otel-javaagent&style=for-the-badge)](https://mvnrepository.com/artifact/co.elastic.otel/elastic-otel-javaagent/latest)
Expand Down Expand Up @@ -96,4 +102,4 @@ For applications deployed with Kubernetes, use the [OpenTelemetry Operator](/ref

## Troubleshooting

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