-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Monitor - ExporterMonitor OpenTelemetry ExporterMonitor OpenTelemetry ExporterOpenTelemetryOpenTelemetry instrumentation (not Monitor-specific)OpenTelemetry instrumentation (not Monitor-specific)
Description
Log bodies could have complex structure, but exporter calls str on them
Line 147 in d3cfd06
| name=str(log_record.body)[:32768], |
As a result, they are not a valid json ({'content': 'tell me a joke'}) and are unparseable in AzMon

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Monitor - ExporterMonitor OpenTelemetry ExporterMonitor OpenTelemetry ExporterOpenTelemetryOpenTelemetry instrumentation (not Monitor-specific)OpenTelemetry instrumentation (not Monitor-specific)