4 min read
eBPF
Killing the APM agent with zero-instrumentation eBPF
Extended Berkeley Packet Filter (eBPF) is a revolutionary Linux kernel technology that is changing the landscape of software observability. It allows developers to run sandboxed programs directly in the kernel, enabling them to collect incredibly detailed performance data from applications and th...