v0.11.0-alpha
Added
- Test build using Go 1.22. (#672)
- Base Dockerfile and build caching (#683)
- Add
server.address
,server.port
andnetwork.protocol.version
to HTTP client spans (#696) - Update http server attributes to latest semantic conventions (#708)
Fixed
- Don't call
manager.Close()
whenAnalyze()
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: v0.10.1-alpha...v0.11.0-alpha