0

I want to find out what fields are included for the AllMetrics checkbox shown below for Log Analytics for Azure Functions 2.x.

enter image description here

Links to MS official website is required. Thanks in advance.

Pingpong
  • 7,681
  • 21
  • 83
  • 209

1 Answers1

1

This (https://learn.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported#microsoftwebsites-functions) is the Microsoft official documentation to know all the supported metrics of functions.

You may also check all the supported metrics of functions by going to Azure portal -> YOURFUNCTIONAPP -> Platform features -> Monitoring tile -> Metrics -> Click '+ Select a Resource' and make sure you select YOURFUNCTIONAPP -> Click 'Apply' -> Click on drop down list of 'Metrics' to view all the supported metrics of YOURFUNCTIONAPP.

Illustration: enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Hope this helps!! Cheers!!

Note: If you think your question has been answered then please 'accept' it, if just helped click "This answer is useful". This can be beneficial to other community members reading this thread.

KrishnaG
  • 3,340
  • 2
  • 6
  • 16