@xzero-trustx wrote:
Hello guys,
I would like to get hardware metrics like server load distribution, CPU utilization, memory utilization and send it to Azure Monitor. Is there any way to do this? Can you help me with this doubt?
Thanks.
Hello!
Yes, you can definitely send hardware metrics like server load distribution, CPU utilization, and memory utilization to Azure Monitor! You can use the REST API to send custom metrics by creating a REST request with the necessary authentication token and sending the metrics data to Azure Monitor. Alternatively, if your application uses Application Insights, you can use the SDK to send custom metrics. For virtual machines, you can utilize Azure Monitor Agents, such as the InfluxData Telegraf Agent for Linux VMs or the Windows Diagnostics Extension (WAD) for Windows VMs. If you're using Kubernetes, you can collect Prometheus metrics and send them to Azure Monitor.