Function try_get_global_guard

Source
pub fn try_get_global_guard() -> Option<Arc<Mutex<OtelGuard>>>
Expand description

Try to get the global guard for OpenTelemetry

ยงReturns

  • Some(Arc<Mutex<OtelGuard>>) if guard exists
  • None if guard not initialized