-
Hello, With OpenTelemetry.Extensions.Hosting 1.0.0, I used to be able to configure tracing this way: serviceCollection.AddOpenTelemetryTracing(b =>
{
b.Configure((serviceProvider, builder) =>
{
var tracingConfiguration = serviceProvider.GetService<IOptionsMonitor<TracingConfiguration>>();
...
}
} However, there was a warning on I have updated to version 1.4.0, however, I don't see any I really appreciate any help you can provide. |
Beta Was this translation helpful? Give feedback.
Answered by
ogxd
Mar 3, 2023
Replies: 1 comment
-
I see this is link to #4139 and removal of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ogxd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this is link to #4139 and removal of
ConfigureBuilder