Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(List<CallStackSample>, List<NetworkSpan>) -> List<ProfiledSpan>
Correlate CPU continuous profile samples with network tracing spans using shared temporal (timestamp) and spatial (PID/TID) contexts.
Problem it solves
Continuous profiling and network tracing operate in silos, making it difficult to link CPU bottlenecks directly to specific network transactions.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.