Skip to content
Merged
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: 4 additions & 2 deletions docs/_edot-sdks/java/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ The EDOT Java agent is a [distribution](https://opentelemetry.io/docs/concepts/d
[OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) agent, it thus
inherits all the features of the OpenTelemetry Java Instrumentation to capture logs, metrics and traces.

The EDOT Java agent also provides exclusive features that are _not available_ in the [OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
or are provided but with different default configuration.
The EDOT Java agent also provides:

- exclusive features that are _not available_ in the [OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
- features of [OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) with different default configuration

In addition to the features listed here, see [supported technologies](./supported-technologies) for an overview of the supported technologies.

Expand Down