OpenTelemetry.Trace.TracerProviderExtensions
Contains extension methods for the TracerProvider class.
public static TracerProvider AddProcessor(this TracerProvider provider, BaseProcessor<Activity> processor)
Add a processor to the provider.
Flushes all the processors registered under TracerProviderSdk, blocks the current thread
until flush completed, shutdown signaled or timed out.
Attempts to shutdown the TracerProviderSdk, blocks the current thread until
shutdown completed or timed out.