pub fn new_span_id() -> String
A fresh 8-byte (16-hex) span id, unique per call (time ⊕ pid ⊕ counter). Public so the otel span export can mint child span ids under the run trace.
otel