visibility setup with ebpf

This commit is contained in:
Sahilb315
2026-07-24 21:23:23 +05:30
parent 94781d6bda
commit 3e1ece3257
9 changed files with 457 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module ebpf-poc
go 1.25.0
require (
github.com/cilium/ebpf v0.22.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)