open-telemetry / opentelemetry-rust

The Rust OpenTelemetry implementation
https://opentelemetry.io
Apache License 2.0
1.83k stars 424 forks source link

Auto instrumentations via eBPF #801

Open Folyd opened 2 years ago

Folyd commented 2 years ago

Can we learn something from this project which brings auto instrumentation to golang via eBPF. https://github.com/keyval-dev/opentelemetry-go-instrumentation

edeNFed commented 2 years ago

Hi, I am the author of this project. While I am not a Rust developer, I'll be happy to assist in implementing a similar version for Rust and answer any questions you may have.

exFalso commented 2 years ago

This would be super cool. I think rust async is a bit harder to tackle than goroutines because the low-level machinery is not standardized. But already for sync code it would be super nice.