Need Metrics for Azure NetApp Files

Kellena Dunckley 21 Reputation points
2021-08-31T21:57:39.783+00:00

How can I programmatically obtain Metrics for Azure NetApp Files? Specifically, these:
https://video2.skills-academy.com/en-us/azure/azure-netapp-files/azure-netapp-files-metrics

It looks like the REST API provides some data on volumes but nothing on the other metrics (latency, IOPS, etc.). Same with the various SDKs and CLI commands. What am I missing?

@Sumarigo-MSFT - Do you have any insight that you can share?

Thanks!

Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
89 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 36,841 Reputation points Microsoft Employee
    2021-09-01T19:44:05.22+00:00

    @Kellena Dunckley
    I confirmed that Azure NetApp Files metrics are sent to Azure Monitor. You can view a list of the metrics here. You should be able to extract the metrics programmatically through this method. Here is the walkthrough of using the REST API with Azure Monitor. You also should be able to use your preferred SDK.

    Hope this helps. Let me know if you have further questions and I will do my best to assist.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Kellena Dunckley 21 Reputation points
    2021-09-02T16:50:49.797+00:00

    Thank you, @deherman-MSFT ! So just to confirm, I should be able to obtain all of the metrics here (volume used, latency, IOPS, etc.) with this REST API?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.