Expand description
Transforms net events into pre-paired bandwidth spans
Structs§
- NetSpan
Tree Builder - Builds
net_spansrows from a stream of net events.
Constants§
- ROOT_
PARENT_ SPAN_ ID - Sentinel
parent_span_idused for Connection roots and for any span whose parent is missing. Set to-1so it can never collide with a realspan_id(which is the per-eventevent_id, a non-negative offset within the stream).
Functions§
- make_
net_ span_ tree - Drives a
NetSpanTreeBuilderacross a contiguous group of net event blocks, stitching open spans across block boundaries.