Loading

Technologies supported by the EDOT Java Agent

Serverless Observability Stack EDOT Java

The EDOT Java agent is a distribution of OpenTelemetry Java Instrumentation agent. It inherits all the supported technologies of the OpenTelemetry Java Instrumentation.

Note

Understanding auto-instrumentation scope

Auto-instrumentation automatically captures telemetry for the frameworks and libraries listed on this page. However, it cannot instrument:

  • Custom or proprietary frameworks and libraries
  • Closed-source components without instrumentation support
  • Application-specific business logic

If your application uses technologies not covered by auto-instrumentation, you have two options:

  1. Native OpenTelemetry support — Some frameworks and libraries include built-in OpenTelemetry instrumentation provided by the vendor.
  2. Manual instrumentation — Use the OpenTelemetry API to add custom spans, metrics, and logs for unsupported components.
  3. Configuration-based instrumentation — Use the otel.instrumentation.methods.include option to create spans around specific methods without modifying application code or dependencies.

The EDOT Java agent sends data through the OpenTelemetry protocol (OTLP). While OTLP ingest works with later 8.16+ versions of the EDOT Collector, for full support use either EDOT Collector versions 9.x or Elastic Cloud Serverless for OTLP ingest.

Refer to EDOT SDKs compatibility for support details.

Note

Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ is supported.

The EDOT Java agent supports Java Virtual Machine (OpenJDK, OpenJ9) versions 8+. This follows from the OpenTelemetry supported JVMs.

The EDOT Java agent is compatible with all JVM languages supported by the JVM version 8 and higher.

The EDOT Java agent supports all the application servers documented by the OpenTelemetry Java agent.

The EDOT Java agent supports all the libraries and frameworks documented by the OpenTelemetry Java agent.

Note that some supported technologies are deactivated by default and need explicit configuration to be activated.

The EDOT Java agent also supports technologies listed here that are not available in the OpenTelemetry Java Instrumentation.

Refer to the EDOT Java agent configuration for defaults that might differ from the OpenTelemetry Java Instrumentation.