Skip to content

Releases: odigos-io/opentelemetry-go-instrumentation

Version v0.6.4

02 Mar 04:55
e237a41
Compare
Choose a tag to compare

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

13 Feb 22:30
1d6c73b
Compare
Choose a tag to compare

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

29 Sep 09:40
483a265
Compare
Choose a tag to compare

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