Releases: odigos-io/opentelemetry-go-instrumentation
Releases · odigos-io/opentelemetry-go-instrumentation
Version v0.6.4
This version includes the following bug fixes:
- Fix: stripped Go binaries (compiled with
-ldflags "-s -w"
) cause the instrumentation agent to panic
Version v0.6.3
This version includes the following features/bug fixes:
- ARM Support: The automatic instrumentation now works on ARM processors (Apple Silicon / AWS Graviton / etc)
- Older kernel version support: This version replaces usages of eBPF functions that required a recent kernel version.
- Go 1.20 support:
offsets_result.json
file updated to support Go 1.20. - net/http bug fix for Go 1.17+
Version v0.6.0
This version adds many new features:
- Context propagation - both in-process (between different libraries) and across processes (propagation by adding W3C headers)
- Remove goroutine id dependency
- Go 1.19 support
- More accurate span timestamps
- Bug fixes