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.
pub fn spawn_span_shipper(
cfg: &TracingCfg,
shutdown: Receiver<bool>,
) -> Option<SpanShipper>Build the shipper and spawn its background task. None when tracing is off or unconfigured.