<PackageReference Include="OpenTelemetry" Version="1.13.0" />

Microsoft.Extensions.DependencyInjection.DelegatingOptionsFactoryServiceCollectionExtensions

public static IServiceCollection DisableOptionsReloading<T>(this IServiceCollection services)

public static IServiceCollection RegisterOptionsFactory<T>(this IServiceCollection services, Func<IConfiguration, T> optionsFactoryFunc)

public static IServiceCollection RegisterOptionsFactory<T>(this IServiceCollection services, Func<IServiceProvider, IConfiguration, string, T> optionsFactoryFunc)