Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.34 KB

COMPATIBILITY.md

File metadata and controls

57 lines (32 loc) · 1.34 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.33.0

Note: Versions of go.opentelemetry.io/otel < v1.33.0 are not supported when using Go >= 1.24. See this issue for details.

Instrumented Library Compatibility

Tracing instrumentation is provided for the following Go libraries.

database/sql

Package documentation

Supported version ranges:

  • go1.12 to go1.23.4

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.69.0

net/http

Package documentation

Supported version ranges:

  • go1.12 to go1.23.4