From 6abd7a0a011d6b203f74f694155890fd1b23f0c4 Mon Sep 17 00:00:00 2001 From: Gustavo Pantuza Date: Fri, 20 Oct 2023 16:51:15 -0300 Subject: [PATCH] Adds Cillium eBPF Golang library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9443ed98..868d8853 100644 --- a/README.md +++ b/README.md @@ -2032,6 +2032,7 @@ _Unofficial libraries for package and dependency management._ ## 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. - [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.