Skip to content

Update EDOT docs links #639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The Elastic Distribution of OpenTelemetry Java (EDOT Java) is a customized versi

With EDOT Java you have access to all the features and supported technologies of the OpenTelemetry Java instrumentation agent plus:

- additional [features](https://elastic.github.io/opentelemetry/edot-sdks/java/features.html), for example:
- [Inferred spans](https://elastic.github.io/opentelemetry/edot-sdks/java/features.html#inferred-spans)
- [Span stacktrace](https://elastic.github.io/opentelemetry/edot-sdks/java/features.html#span-stacktrace)
- [Elastic universal profiling integration](https://elastic.github.io/opentelemetry/edot-sdks/java/features.html#elastic-universal-profiling-integration)
- additional [features](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/features.html), for example:
- [Inferred spans](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/features.html#inferred-spans)
- [Span stacktrace](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/features.html#span-stacktrace)
- [Elastic universal profiling integration](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/features.html#elastic-universal-profiling-integration)
- ...
- additional [supported technologies](https://elastic.github.io/opentelemetry/edot-sdks/java/supported-technologies.html)
- additional [supported technologies](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/supported-technologies.html)

We welcome your feedback! You can reach us by [opening a GitHub issue](https://github.com/elastic/elastic-otel-java/issues) or starting a discussion thread on the [Elastic Discuss forum](https://discuss.elastic.co/tags/c/observability/apm/58/java).

Expand All @@ -35,9 +35,9 @@ Using the `JAVA_TOOL_OPTIONS` environment variable can be used when modifying th

## Read the docs

* [EDOT Java](https://elastic.github.io/opentelemetry/edot-sdks/java/index.html)
* [EDOT Java configuration](https://elastic.github.io/opentelemetry/edot-sdks/java/configuration.html)
* [EDOT Java migration](https://elastic.github.io/opentelemetry/edot-sdks/java/migration.html) from the [Elastic APM Java agent](https://github.com/elastic/apm-agent-java)
* [EDOT Java](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/index.html)
* [EDOT Java configuration](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/configuration.html)
* [EDOT Java migration](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/migration.html) from the [Elastic APM Java agent](https://github.com/elastic/apm-agent-java)

## Build and Test

Expand Down
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This page has been moved to [EDOT documentation](https://elastic.github.io/opentelemetry/edot-sdks/java/setup/index.html)
This page has been moved to [EDOT documentation](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/setup/index.html)
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This page has been moved to [EDOT documentation](https://elastic.github.io/opentelemetry/edot-sdks/java/configuration.html)
This page has been moved to [EDOT documentation](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/configuration.html)
2 changes: 1 addition & 1 deletion docs/migrate.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This page has been moved to [EDOT documentation](https://elastic.github.io/opentelemetry/edot-sdks/java/migration.html)
This page has been moved to [EDOT documentation](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/java/migration.html)
Loading