[][src]Function tracing_jaeger::register_dist_tracing_root

pub fn register_dist_tracing_root(
    trace_id: TraceId,
    remote_parent_span: Option<SpanId>
) -> Result<(), TraceCtxError>

Register the current span as the local root of a distributed trace.

Specialized to the opentelemetry-specific SpanId and TraceId provided by this crate.