gkeuccsr
gkeuccsr
Hello, any progress on this?
I ended up monkey-patching the code: ```python import azure.monitor.opentelemetry.exporter.export.logs._exporter as xxx_logs def patch_34655(ai_operation_name: str) -> None: """ Patching the AzureMonitorLogExporter, see https://github.com/Azure/azure-sdk-for-python/issues/34655 """ # pylint: disable=protected-access orig_convert_log_to_envelope = xxx_logs._convert_log_to_envelope #...
Yikes, readme.md must be equal to docs index.md :(