parse_xray_trace_id

Function parse_xray_trace_id 

Source
pub fn parse_xray_trace_id(root: &str) -> Option<String>
Expand description

Parses X-Ray trace ID format to 32-character hex string.

X-Ray format: 1-{epoch_hex}-{random_hex} OTel format: {epoch_hex}{random_hex} (32 chars total)