beyla
Installation
SKILL.md
Grafana Beyla
Beyla is a Grafana eBPF auto-instrumentation tool that captures HTTP/gRPC traffic and generates traces and metrics without modifying application code.
Requirements
- Linux kernel: 5.8+ with BTF (BPF Type Format) enabled
- Privileges: root or
CAP_SYS_ADMIN; in Kubernetes must run in host PID namespace - Architectures: x86_64, ARM64
Check BTF support:
ls /sys/kernel/btf/vmlinux # must exist
Supported Languages / Runtimes
Related skills