beyla
beyla copied to clipboard
User level instrumentation for Rust
Rust is one of the languages which are difficult to auto instrument and it's a good target for eBPF based instrumentation. Just like we instrument go programs at the library level to get finer level details than with kernel probes, we can instrument Rust applications.