I need to send the build-in metrics of IoT edge from "the metrics collector module" in the gateway to "Log analytics" in the Cloud https://learn.microsoft.com/en-us/azure/iot-edge/how-to-collect-and-transport-metrics
there's a proxy between edge and Azure
with the UploadTarget=IoTMessage it is possible to go through the proxy with the telemetry messages : metrics collector->edgehub->PROXY->iothub->function->log analytics
BUT
Is it possible to send through a proxy with the configuration UploadTarget=AzureMonitor ? metrics collector->PROXY->log analytics
thanks