Friday 4 March 2016

Visual Studio Application Insights in Windows Azure


Visual Studio Application Insights in Windows Azure



Application Insights is an extensible analytics service that monitors your live application. It helps you detect and diagnose performance issues, and understand what users actually do with your app. It's designed for developers, to help you continuously improve the performance and usability of your app.










Application Insights is aimed at the development team. With it, you can:
  • Analyze usage patterns to understand your users better and continuously improve your app.
    • Page view counts, new and returning users, geolocation, platforms, and other core usage statistics
    • Trace usage paths to assess the success of each feature.
  • Detect, triage and diagnose performance issues and fix them before most of your users are aware.
    • Alerts on performance changes or crashes.
    • Metrics to help diagnose performance issues, such as response times, CPU usage, dependency tracking.
    • Availability tests for web apps.
    • Exception reports and alerts.
    • Powerful diagnostic log search (including log traces from your favorite logging frameworks).
 

Happy programming!!

Don’t forget to leave your feedback and comments below!

No comments:

Post a Comment