Log bodies could have complex structure, but exporter calls `str` on them https://github.com/Azure/azure-sdk-for-python/blob/d3cfd06b95243aa61349814ed56bb711f373847a/sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/export/logs/_exporter.py#L147 As a result, they are not a valid json (`{'content': 'tell me a joke'}`) and are unparseable in AzMon <img width="651" alt="image" src="https://github.com/user-attachments/assets/310e53d0-b699-4492-9694-6e2b7cacc966">
Log bodies could have complex structure, but exporter calls
stron themazure-sdk-for-python/sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/export/logs/_exporter.py
Line 147 in d3cfd06
As a result, they are not a valid json (
{'content': 'tell me a joke'}) and are unparseable in AzMon