I have installed the applicationinsights-native-metrics package mentioned here: https://learn.microsoft.com/en-us/azure/azure-monitor/app/nodejs
I assume my app is generating metrics mentioned in the article but I can’t quite figure out how to view them in Application Insights. Any pointers would be greatly appreciated.
It was suggested to me that I should be seeing a new namespace in the Metrics Explorer in Application Insights called “Node.js Extended Metrics” but I don’t see this.
The documentation says you just need to install the package. After that didn’t work, I tried explicitly requiring it in the app. Neither worked.
Matt Brown is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.