Is it possible to monitor blobfuse configured on some of our IOT edge vm's using IOT Edge metrics collector?

soanli patil 0 Reputation points
2024-01-18T05:24:37.5266667+00:00

We are working on setting some monitoring for the blob fuse which are configured on some of our IOT edge VMs. Would be good to understand if the Metrics collector could be used to cover other edge monitoring needs as well or not.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,811 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,491 Reputation points
    2024-01-18T10:29:35.9666667+00:00

    soanli patil Greetings & Welcome to Microsoft Q&A forum!

    The Azure IoT Edge Metrics Collector module is designed to collect and forward metrics from other modules running on the IoT Edge device. It can collect metrics from modules that expose Prometheus-style metrics endpoints, and forward them to a metrics endpoint of your choice.

    However, the Metrics Collector module is not designed to monitor the Blobfuse file system on your IoT Edge VMs. To monitor Blobfuse, you may want to consider using Azure Monitor, which can collect and analyze metrics and logs from a variety of sources, including Azure resources and custom applications. You can use Azure Monitor to collect metrics from your IoT Edge VMs, including metrics related to Blobfuse, such as file system usage and performance. Please see Collect and transport metrics for more details.

    Hope this helps. Do let me know if you have any further queries.

    0 comments No comments