ROOT_PARENT_SPAN_ID

Constant ROOT_PARENT_SPAN_ID 

Source
pub const ROOT_PARENT_SPAN_ID: i64 = -1; // -1i64
Expand 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).