Skip to main content

spawn_span_shipper

Function spawn_span_shipper 

Source
pub fn spawn_span_shipper(
    cfg: &TracingCfg,
    shutdown: Receiver<bool>,
) -> Option<SpanShipper>
Expand description

Build the shipper and spawn its background task. None when tracing is off or unconfigured.