Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.12 KB

COMPATIBILITY.md

File metadata and controls

53 lines (29 loc) · 1.12 KB

Compatibility

Default otel Global Providers Compatibility

Auto-instrumentation can be configured to capture the telemetry sent to the otel default global tracer provider.

Supported versions of otel:

  • v0.14.0 to v1.32.0

Instrumented Library Compatibility

Tracing instrumentation is provided for the following Go libraries.

database/sql

Package documentation

Supported version ranges:

  • go1.12 to go1.23.3

github.com/segmentio/kafka-go

Package documentation

Supported version ranges:

  • v0.4.1 to v0.4.47

google.golang.org/grpc

Package documentation

Supported version ranges:

  • v1.14.0 to v1.68.0

net/http

Package documentation

Supported version ranges:

  • go1.12 to go1.23.3