OpenTelemetry.Trace.TracerProviderExtensions
Contains extension methods for the TracerProvider class.
namespace OpenTelemetry.Trace
{
public static class TracerProviderExtensions
{
public static TracerProvider AddProcessor(this TracerProvider provider, BaseProcessor<Activity> processor);
public static bool ForceFlush(this TracerProvider provider, int timeoutMilliseconds = -1);
public static bool Shutdown(this TracerProvider provider, int timeoutMilliseconds = -1);
}
}