opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications

APACHE-2.0 License

Stars
289
Committers
6

Bot releases are hidden (Show)

opentelemetry-go-instrumentation - Version v0.6.4 Latest Release

Published by edeNFed over 1 year ago

This version includes the following bug fixes:

  • Fix: stripped Go binaries (compiled with -ldflags "-s -w") cause the instrumentation agent to panic
opentelemetry-go-instrumentation - Version v0.6.3

Published by edeNFed over 1 year ago

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+
opentelemetry-go-instrumentation - Version v0.6.0

Published by edeNFed about 2 years ago

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