[FEATURE REQ] Add AddAzureMonitorLogExporter extension method on LoggerProviderBuilder #44464
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Monitor - Exporter
Monitor OpenTelemetry Exporter
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Attention
Workflow: This issue is responsible by Azure service team.
Library name
Azure.Monitor.OpenTelemetry.Exporter
Please describe the feature.
Summary
Following open-telemetry/opentelemetry-dotnet#5648, I think
Azure.Monitor.OpenTelemetry.Exporter
should provide a new extension method to configure the Azure Monitor log exporter onLoggerProviderBuilder
(in the same way thatAddAzureMonitorTraceExporter
exists onTracerProviderBuilder
andAddAzureMonitorMetricExporter
exists forMeterProviderBuilder
).API Proposal
In a second phase, once this new API is available, perhaps
OpenTelemetryLoggerOptions.AddAzureMonitorLogExporter
should be deprecated.cc @CodeBlanch, @lmolkova
The text was updated successfully, but these errors were encountered: