Application Insights - amitbhilagude/userfullinks GitHub Wiki
Application Insights
Application Insights is an Application Performance Management(APM) Service for a web developer.
APM Tools captures below type of data
Page Views
Exceptions
Trace Logs
Usage Tracking
Performance of APIs calls
Supported multiple platforms like .net, java, node, and javascript.
Microsoft Github sample example repository is dotnet. Similarly you will find the sample for Angular.
Configuration
Change the CloudRole before sending telemetry. By default app, insights application map gives each application name as Instance1, 2, 3 etc. Providing it to the CloudRole will rename the application name with the instance name.