pub fn try_get_global_guard() -> Option<Arc<Mutex<OtelGuard>>>
Try to get the global guard for OpenTelemetry
Some(Arc<Mutex<OtelGuard>>)
None