generate_trace_id

Function generate_trace_id 

Source
pub fn generate_trace_id() -> String
Expand description

Generate a fresh W3C traceparent string suitable for correlation.

Uses the system clock and a monotonic counter to produce unique trace IDs without requiring an external entropy source.