pub fn shutdown_tracing()Expand description
Gracefully shut down OpenTelemetry tracing.
In opentelemetry 0.31 there is no global shutdown_tracer_provider().
Keep a handle to SdkTracerProvider in your app state and call shutdown()
during graceful shutdown. This function remains a no-op for compatibility.