The Agent Problem
Traditional monitoring means shipping an agent with every service. That agent:
Adds memory overhead
Needs to be updated
Gets out of date
The Agent Problem Traditional monitoring means shipping an agent with every service. That...
The Agent Problem
Traditional monitoring means shipping an agent with every service. That agent:
Adds memory overhead
Needs to be updated
Gets out of date

Technical deep-dive on Extended Berkeley Packet Filter (eBPF) tracing, kprobes, tracepoints, bpftrace, and zero-overhead kernel…

Discover why eBPF and tools like Cilium are replacing traditional sidecars and iptables to bring unprecedented performance and…

At some point I needed a fast way to get SIP traffic monitoring into Prometheus — without installing...

How eBPF uprobes and ring buffers replace manual trace propagation in Go services—mechanics, tradeoffs, and failure modes.

Agent monitoring has become production infrastructure: traces must carry state, side effects, cost, ownership, checkpoints,…

Ethereal Bytecode for the Network: Unlocking XDP's Magic! Hey there, fellow tech...