Skip to content

Commit e636dea

Browse files
Merge pull request #266725 from KennedyDenMSFT/US206072
Add conceptual article for Failures and Performance views in Application Insights
2 parents 049ee64 + 39086e0 commit e636dea

File tree

6 files changed

+48
-2
lines changed

6 files changed

+48
-2
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Application Insights provides many experiences to enhance the performance, relia
2121
- [Live metrics](live-stream.md): A real-time analytics dashboard for insight into application activity and performance.
2222
- [Transaction search](transaction-search-and-diagnostics.md?tabs=transaction-search): Trace and diagnose transactions to identify issues and optimize performance.
2323
- [Availability view](availability-overview.md): Proactively monitor and test the availability and responsiveness of application endpoints.
24-
- Performance view: Review application performance metrics and potential bottlenecks.
25-
- Failures view: Identify and analyze failures in your application to minimize downtime.
24+
- [Failures view](failures-and-performance-views.md?tabs=failures-view): Identify and analyze failures in your application to minimize downtime.
25+
- [Performance view](failures-and-performance-views.md?tabs=performance-view): Review application performance metrics and potential bottlenecks.
2626

2727
### Monitoring
2828
- [Alerts](../alerts/alerts-overview.md): Monitor a wide range of aspects of your application and trigger various actions.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Failures and Performance views in Application Insights | Microsoft Docs
3+
description: Monitor application performance and failures with Application Insights.
4+
author: KennedyDenMSFT
5+
ms.author: aaronmax
6+
ms.topic: conceptual
7+
ms.date: 02/15/2024
8+
ms.reviewer: cogoodson
9+
---
10+
11+
# Failures and Performance views
12+
13+
[Application Insights](./app-insights-overview.md) 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.
14+
15+
## [Failures view](#tab/failures-view)
16+
17+
Application Insights comes with a curated Application Performance Management (APM) experience to help you diagnose failures in your monitored applications. Select the **Failures** option in the Application Insights resource menu on the left, under **Investigate**, to get a list of all failures collected for your application and drill into each one.
18+
19+
:::image type="content" source="media/failures-and-performance-views/4-application-insights-02.png" lightbox="media/failures-and-performance-views/4-application-insights-02.png" alt-text="Screenshot of analyzing failures." :::
20+
21+
To continue your investigation into the root cause of the error or exception, you can drill into the problematic transaction for a detailed end-to-end transaction view that includes dependencies and exception details.
22+
23+
:::image type="content" source="media/failures-and-performance-views/4-application-insights-03.png" lightbox="media/failures-and-performance-views/4-application-insights-03.png" alt-text="Screenshot of analyzing failure with end-to-end view.":::
24+
25+
You can also diagnose failures in your application or its components from the application map, by selecting **Investigate failures** from the triage pane of [Application Map](app-map.md).
26+
27+
## [Performance view](#tab/performance-view)
28+
29+
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.
30+
31+
:::image type="content" source="media/failures-and-performance-views/4-application-insights-05.png" alt-text="Screenshot of analyzing performance." lightbox="media/failures-and-performance-views/4-application-insights-05.png":::
32+
33+
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](app-map.md).
34+
35+
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.
36+
37+
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.
38+
39+
---
40+
41+
## Next steps
42+
43+
* Learn more about using [Application Map](app-map.md) to spot performance bottlenecks and failure hotspots across all components of your application.
44+
* Learn more about using the [Availability view](availability-overview.md) to set up recurring tests to monitor availability and responsiveness for your application.
102 KB
Loading
95.9 KB
Loading
158 KB
Loading

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ items:
191191
- name: Application Map
192192
displayName: appmap, app map, dependency map, dependencies, hotspots, cloud role name, cloudrolename, cloud_rolename, cloud.rolename, cloud role instance, node
193193
href: app/app-map.md
194+
- name: Failures and Performance Views
195+
href: app/failures-and-performance-views.md
194196
- name: Availability
195197
items:
196198
- name: Overview

0 commit comments

Comments
 (0)