pub const ROOT_PARENT_SPAN_ID: i64 = -1; // -1i64Expand description
Sentinel parent_span_id used for Connection roots and for any span whose
parent is missing. Set to -1 so it can never collide with a real span_id
(which is the per-event event_id, a non-negative offset within the stream).