Skip to content

Commit efad7fe

Browse files
authored
Merge pull request #111935 from noemi616/master
Updated App Insights article to provide more clarity on .NET collection levels
2 parents f59f83b + 284f8a0 commit efad7fe

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/azure-monitor/app/azure-web-apps.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitor Azure app services performance | Microsoft Docs
33
description: Application performance monitoring for Azure app services. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
55
ms.date: 12/11/2019
6-
6+
ms.custom: fasttrack-edit
77
---
88

99
# Monitor Azure App Service performance
@@ -51,15 +51,16 @@ There are two ways to enable application monitoring for Azure App Services hoste
5151
2. After specifying which resource to use, you can choose how you want application insights to collect data per platform for your application. ASP.NET app monitoring is on-by-default with two different levels of collection.
5252

5353
![Choose options per platform](./media/azure-web-apps/choose-options-new.png)
54-
55-
* .NET **Basic collection** level offers essential single-instance APM capabilities.
56-
57-
* .NET **Recommended collection** level:
58-
* Adds CPU, memory, and I/O usage trends.
59-
* Correlates micro-services across request/dependency boundaries.
60-
* Collects usage trends, and enables correlation from availability results to transactions.
61-
* Collects exceptions unhandled by the host process.
62-
* Improves APM metrics accuracy under load, when sampling is used.
54+
55+
Below is a summary of data collected for each route:
56+
57+
| | .NET Basic Collection | .NET Recommended collection |
58+
| --- | --- | --- |
59+
| Adds CPU, memory, and I/O usage trends |Yes |Yes |
60+
| Collects usage trends, and enables correlation from availability results to transactions | Yes |Yes |
61+
| Collects exceptions unhandled by the host process | Yes |Yes |
62+
| Improves APM metrics accuracy under load, when sampling is used | Yes |Yes |
63+
| Correlates micro-services across request/dependency boundaries | No (single-instance APM capabilities only) |Yes |
6364

6465
3. To configure settings like sampling, which you could previously control via the applicationinsights.config file you can now interact with those same settings via Application settings with a corresponding prefix.
6566

0 commit comments

Comments
 (0)