OOM error caused by AzureMonitorLogRecordExporter #40546
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.
Monitor - Exporter
Monitor OpenTelemetry Exporter
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Below line cause OOM error. When DEBUG level is on, there will be some kind of recursive invocation.
LogRecords logging causes more log entries which causes sending more and more LogRecords.
azure-sdk-for-java/sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorLogRecordExporter.java
Line 57 in 1740413
The text was updated successfully, but these errors were encountered: