Native Instrumentation is currently the default setting of Odigos Open-Source version.

For eBPF-Based Instrumentation click here.

Supported Versions

Odigos uses the official OpenTelemetry instrumentation libraries and SDK components, thus it supports the same Node.js versions as the OpenTelemetry Node.js.

  • Node.js runtime versions 14 and above are supported.

Traces

Odigos will automatically instrument your Node.js sources to record and collect spans for distributed tracing, by utilizing the OpenTelemetry Node.js 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 npm packages will be auto instrumented by Odigos:

Node.js Core Modules:

HTTP Frameworks:

HTTP Clients:

RPC (Remote Procedure Call):

Messaging Systems Clients:

Database Clients, ORMs, and data access libraries:

Loggers:

Automatic injection of trace context (trace id and span id) into log records for the following loggers: