Skip to main content

init

Function init 

Source
pub fn init(service_name: &str) -> ShutdownGuard
Expand description

Initialise the global tracing subscriber + (optional) OTel layer.

Also installs the panic hook. Call once, early in main. The returned guard flushes traces on drop — keep it alive for the process lifetime.