grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.35k stars 96 forks source link

Cross node distributed tracing through TCP packets #871

Open grcevski opened 4 months ago

grcevski commented 4 months ago

Extend the hackathon prototype for passing information through TCP packets for context propagation. This feature will be an extension to our current context propagation, where instead of using a BPF map to match context we'll use information encoded in TCP packets.

dawidrogowicz commented 2 months ago

Hello, are there any updates on this?

grcevski commented 2 months ago

We are still finishing up couple of things, work should start soon...