Native Java Instrumentation is currently the default settings of Odigos OS.

Supported Versions

Odigos uses the official OpenTelemetry instrumentation libraries and SDK components, thus it supports the same Java versions as this project.

  • Java Virtual Machine runtime versions 8 and above are supported.

Traces

Odigos will automatically instrument your Java sources to record and collect spans for distributed tracing, by utilizing the OpenTelemetry Java Official Instrumentation Libraries.

If you use one of the supported logger libraries, the trace id and span id will be auto-injected into your log records allowing signals correlations between logs and traces.

Instrumentation Libraries

The following Java modules will be auto instrumented by Odigos:

HTTP Frameworks

HTTP Clients

Database Clients, ORMs, and Data Access Libraries

Messaging Systems Clients

RPC (Remote Procedure Call)

Security

Container Orchestration

Java Core Modules