OpenTelemetry - CNCF/opentelemetry-go-instrumentation: Release v0.11.0-alpha

Name: opentelemetry-go-instrumentation

Owner: OpenTelemetry - CNCF

Release: v0.11.0-alpha

Released: 2024-03-28

License: Apache-2.0

Release Assets:

Added

  • Test build using Go 1.22. (#672)
  • Base Dockerfile and build caching (#683)
  • Add server.address, server.port and network.protocol.version to HTTP client spans (#696)
  • Update http server attributes to latest semantic conventions (#708)

Fixed

  • Don't call manager.Close() when Analyze() fails. (#638)
  • Close proc file when done discovering PID. (#649)
  • Use debug packages to parse Go and modules' versions. (#653)
  • Clean up warn in otelglobal SetStatus() when grabbing the status code. (#675)
  • Reset proc offset after a failed iteration. (#681)
  • Avoid using runtime.NumCPU to get the number of CPUs on the system before remote mmap (#680)
  • Cleanup eBPF maps only when we stop using the memory (#682)
  • Fix start offset calculation in mmaped memory area (#738)

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.10.1-alpha...v0.11.0-alpha

To top