[FEATURE REQ] Make BatchLogRecordExportProcessor configurable as in OTLP Exporter for OpenTelemetry .NET #47309
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.
OTLP Exporter for OpenTelemetry .NET gives a way to configure
BatchExportProcessorOptions
:In the SDK, there is no way to configure it as the default parameters are used:
BatchLogRecordExportProcessor
makes the below properties configurable, but there is no way to configure it usingAzure.Monitor.OpenTelemetry.*
If telemetry data goes above the limit here it gets dropped, the client should be able to configure the values to prevent telemetry data loss.
The text was updated successfully, but these errors were encountered: