grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.19k stars 77 forks source link

Add extra k8s docs explanations #790

Closed grcevski closed 2 weeks ago

grcevski commented 2 weeks ago

I discovered that Debian based systems can have higher than 2 setting for kernel.perf_event_paranoid, which disallows us to use CAP_PERFMON and require that CAP_SYS_ADMIN is set on the Beyla container instance. This PR documents this potential issue.

grcevski commented 2 weeks ago

@mariomac @marctc please merge when approved. Thanks!