Architecting Observability in a Cloud-Native World with eBPF
cloudnativenow.com
Architecting Observability in a Cloud-Native World with eBPF
1–2 of 2 posts
Re: Architecting Observability in a Cloud-Native World with eBPF
#2For those interested, you can also take a look at our open-source project DeepFlow.
[2] https://github.com/deepflowio/deepflow
We use eBPF to achieve non-intrusive (we call it `zero-code`) observability without modifying any application code, and have implemented three core features: Universal Map, Distributed Tracing, and Continuous Profiling.
Yes, we have implemented Distributed tracing using eBPF. Because of this achievement, we have also published a paper in ACM SIGCOMM 2023.