pub fn emit_dataplane_span_from_traceparent(
traceparent: Option<&str>,
kind: DataplaneSpanKind,
operation: &str,
outcome: &str,
resource_kind: ResourceKind,
lease_id: Option<u128>,
start_time_unix_us: u64,
end_time_unix_us: u64,
) -> Result<(), TraceContextError>Expand description
Emit a data-plane span from an optional W3C traceparent.