Failures and Performance views
Application Insights features two key tools: the Failures view and the Performance view. The Failures view tracks errors, exceptions, and faults, offering clear insights for fast problem-solving and enhanced stability. The Performance view quickly identifies and helps resolve application bottlenecks by displaying response times and operation counts. Together, they ensure the ongoing health and efficiency of web applications.
You can further investigate slow transactions to identify slow requests and server-side dependencies. Select the Performance option in the Application Insights resource menu on the left, under Investigate, to get a list of operations collected for your application and drill into each one.
You can also analyze performance in your application or its components from the application map, by selecting Investigate performance from the triage pane of Application Map.
On the Performance page, you can isolate slow transactions by selecting the time range, operation name, and durations of interest. You're also prompted with automatically identified anomalies and commonalities across transactions. From this page, you can drill into an individual transaction for an end-to-end view of transaction details with a Gantt chart of dependencies.
If you instrument your web pages with Application Insights, you can also gain visibility into page views, browser operations, and dependencies. Collecting this browser data requires adding a script to your web pages. After you add the script, you can access page views and their associated performance metrics by selecting the Browser toggle.
- Learn more about using Application Map to spot performance bottlenecks and failure hotspots across all components of your application.
- Learn more about using the Availability view to set up recurring tests to monitor availability and responsiveness for your application.