This commit is contained in:
Scott Friedman 2026-04-09 12:41:28 +02:00 committed by GitHub
commit dfa918f517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2228,6 +2228,7 @@ _Unofficial libraries for package and dependency management._
- [otelinji](https://github.com/hedhyw/otelinji) - OpenTelemetry auto-instrumentation tool for adding spans to functions.
- [pixie](https://github.com/pixie-labs/pixie) - No instrumentation tracing for Golang applications via eBPF.
- [profile](https://github.com/pkg/profile) - Simple profiling support package for Go.
- [safearena](https://github.com/scttfrdmn/safearena) - Safe, ergonomic arena memory management for Go with runtime safety checks and static analysis.
- [statsviz](https://github.com/arl/statsviz) - Live visualization of your Go application runtime statistics.
- [tracer](https://github.com/kamilsk/tracer) - Simple, lightweight tracing.