Steve
Results
1
comments of
Steve
> @brnn8r > > Could you just do this instead? > > ```cs > services > .AddOptions() > .Configure((o, sp) => > { > o.HttpClientFactory = () => sp.GetRequiredService().CreateClient("MyOtlpClient"); >...