API for metrics per Azure site instance

In the Azure Portal, you can view the metrics specific to each object for each site, if you go to the resource , select the Metrics for the instance (Applications) , select the Metrics website tab , and then click a single instance (starting from RD00...the screenshot below):

enter image description here

I would like to get this data (for each instance, including the instance name RD00...) using some REST API call. I looked at the Azure Resource Manager and their Metrics API , but could not find a way to get this data.

Is this possible, and if so, how / where can I get this data?

0
1

Azure Resource Manager Metrics API, .

Azure Monitor - API Azure Metrics Azure Web App. API Azure Metrics.

- Azure, /LogFiles/http/RawLogs/folder FTP. .

. ARRAffinity , .

2017-04-27 08:51:32 AMOR-WEBAPP-TESTMSBUILD GET /home/index X-ARR-LOG-ID=bbdf4e53-3b96-4884-829c-cf82554abcc7 80 - 167.220.255.28 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/51.0.2704.79+Safari/537.36+Edge/14.14393 ARRAffinity=8f8ac6c076f7a9e2132f2eea1ff0fc61836fde1fef8c5525da0e81359003c9e8;+_ga=GA1.3.411824075.1493282866;+_gat=1 - amor-webapp-testmsbuild.azurewebsites.net 200 0 0 2607 1145 10095

ARRAffinity = 8f8ac6c076f7a9e2132f2eea1ff0fc61836fde1fef8c5525da0e81359003c9e8

+1

Source: https://habr.com/ru/post/1663666/


All Articles