pub fn set_tracer_provider<P, T, S>(new_provider: P)Available on crate feature
opentelemetry only.Expand description
Sets the given TracerProvider instance as the current global provider.
Libraries should NOT call this function. It is intended for applications/executables.
TracerProvider: crate::trace::TracerProvider