Adds Cillium eBPF Golang library

This commit is contained in:
Gustavo Pantuza 2023-10-20 16:51:15 -03:00 committed by GitHub
parent ca76c8a4ed
commit 6abd7a0a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2032,6 +2032,7 @@ _Unofficial libraries for package and dependency management._
## Performance ## Performance
- [ebpf-go](https://github.com/cilium/ebpf) - Provides utilities for loading, compiling, and debugging eBPF programs.
- [go-instrument](https://github.com/nikolaydubina/go-instrument) - Automatically add spans to all methods and functions. - [go-instrument](https://github.com/nikolaydubina/go-instrument) - Automatically add spans to all methods and functions.
- [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system. - [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system.
- [pixie](https://github.com/pixie-labs/pixie) - No instrumentation tracing for Golang applications via eBPF. - [pixie](https://github.com/pixie-labs/pixie) - No instrumentation tracing for Golang applications via eBPF.