Looks like ApplicationInsight SDK is going to be gradually phrased out in favor of Azure.Monitor.OpenTelemetry.AspNetCore.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-dotnet-migrate?tabs=aspnetcore
Im wondering what's the best approach to support various AzureMonitor exporters instead of TelemetryClient? Maybe this belong to Serilog.Sink.OpenTelemetry (allow exporters instead of endpoints?)
Looks like ApplicationInsight SDK is going to be gradually phrased out in favor of Azure.Monitor.OpenTelemetry.AspNetCore.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-dotnet-migrate?tabs=aspnetcore
Im wondering what's the best approach to support various AzureMonitor exporters instead of TelemetryClient? Maybe this belong to Serilog.Sink.OpenTelemetry (allow exporters instead of endpoints?)