简体   繁体   English

Azure 物联网边缘/内置指标/代理

[英]Azure iot edge / built-in metrics / proxy

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我需要将物联网边缘的内置指标从网关中的“指标收集器模块”发送到云中的“日志分析” https://learn.microsoft.com/en-us/azure/iot-edge/如何收集和传输指标

there's a proxy between edge and Azure edge 和 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使用 UploadTarget=IoTMessage 可以通过代理使用遥测消息 go:metrics collector->edgehub->PROXY->iothub->function->log analytics

BUT

Is it possible to send through a proxy with the configuration UploadTarget=AzureMonitor?是否可以通过配置为 UploadTarget=AzureMonitor 的代理发送? metrics collector->PROXY->log analytics指标收集器->代理->日志分析

thanks谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 与使用指标收集器模块的 edgeAgent 不同,Azure-iot-edge edgehub 不发送指标 - Azure-iot-edge edgehub not sending metrics unlike edgeAgent using Metric collector module Azure IOT Edge设备可以连接到多个Azure IOT Hub吗? - Can Azure IOT Edge device connect to the multiple Azure IOT Hubs? 在边缘设备中运行 Node Red 与 Azure IoT 边缘模块 - Running Node Red vs Azure IoT edge modules in an edge device Azure IoT Edge OPC 发布者消息编码 - Azure IoT Edge OPC Publisher message encoding 如何自动管理 Azure IoT Edge 证书 - How to manage automatically Azure IoT Edge certificates 多个初始化容器的部署模板 azure 物联网边缘 - Deployment template for multiple init containers azure iot edge 自定义 Python Azure IoT Edge 模块“没有这样的文件或目录:''” - Custom Python Azure IoT Edge Module "No such file or directory: ''" Azure 物联网边缘设备:所需属性和环境变量之间的差异 - Azure IoT edge devices: Differences between desired properties and environment variables 如何在 Azure 物联网边缘设备上运行 apache NifiModule? - how to run apache NifiModule on Azure IoT edge device? API REST 主要通过 IoT Cloud/Edge 平台(Azure、Mozilla IoT、Google Cloud...)访问 - API REST mainly accesed by IoT Cloud/Edge platforms (Azure, Mozilla IoT, Google Cloud...)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM