You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wallclock sample collapse for blocking operations (#322)
Compare execution state (PC+SP) and trace context (spanId+rootSpanId)
instead of requiring CPU samples between wallclock samples.
Prevents misattribution when code does mostly blocking I/O and thread
moves between different syscalls or when trace context changes.
0 commit comments