Ross Grambo

Results 2 comments of Ross Grambo

Hello @TimothyMothra , > There was a working group exploring how to solve this. I haven't heard any recent updates from the working group. I'll follow up. Have you heard...

Just wanted to add a comment, I've been using: ```csharp builder.Services.AddOpenTelemetry().UseAzureMonitor(); builder.Services.Configure((loggingOptions) => { loggingOptions.AddProcessor(sp => sp.GetService()); }); ``` Looks like the API has stabilized so perhaps `ConfigureOpenTelemetryLoggerProvider` will be...