You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/app-map.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ There are many filter combinations. Here are some suggestions that apply to most
411
411
:::image type="content" source="media/app-map/image-12.png" alt-text="A screenshot displaying the Intelligent Overview toggle.":::
412
412
413
413
- Hide low-traffic connectors with no errors to quickly focus on issues that have higher impact:
414
-
:::image type="content" source="media/app-map/image-13.png" alt-text="A screenshot displaying the Last 24 hours, calls greater than 876, and highlihgted errors filters.":::
414
+
:::image type="content" source="media/app-map/image-13.png" alt-text="A screenshot displaying the Last 24 hours, calls greater than 876, and highlighted errors filters.":::
415
415
416
416
- Show high-traffic connectors with high average duration to focus on potential performance issues:
417
417
:::image type="content" source="media/app-map/image-14.png" alt-text="A screenshot displaying the Last 24 hours, calls greater than 3057, and average time greater than 467 filters.":::
@@ -511,7 +511,7 @@ If you're having trouble getting Application Map to work as expected, try these
511
511
512
512
1. Confirm the [cloud role name](#set-or-override-cloud-role-name) is correctly configured.
513
513
514
-
1. If you're missing a dependency, make sure it's in the list of [autocollected dependencies](./auto-collect-dependencies.md). If not, you can still track it manually with a [track dependency call](./api-custom-events-metrics.md#trackdependency).
514
+
1. If you're missing a dependency, make sure it's in the list of [autocollected dependencies](asp-net-dependencies.md#dependency-auto-collection). If not, you can still track it manually with a [track dependency call](./api-custom-events-metrics.md#trackdependency).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/asp-net-dependencies.md
+48-3Lines changed: 48 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Dependency tracking in Application Insights | Microsoft Docs
3
3
description: Monitor dependency calls from your on-premises or Azure web application with Application Insights.
4
4
ms.topic: conceptual
5
-
ms.date: 11/15/2022
5
+
ms.date: 12/13/2022
6
6
ms.devlang: csharp
7
7
ms.custom: devx-track-csharp
8
8
ms.reviewer: casocha
@@ -28,7 +28,7 @@ Application Insights SDKs for .NET and .NET Core ship with `DependencyTrackingTe
28
28
|[Azure Service Bus client SDK](https://nuget.org/packages/Azure.Messaging.ServiceBus)| Use the latest package: https://nuget.org/packages/Azure.Messaging.ServiceBus.|
29
29
|Azure Cosmos DB | Only tracked automatically if HTTP/HTTPS is used. TCP mode won't be captured by Application Insights. |
30
30
31
-
If you're missing a dependency or using a different SDK, make sure it's in the list of [autocollected dependencies](./auto-collect-dependencies.md). If the dependency isn't autocollected, you can track it manually with a [track dependency call](./api-custom-events-metrics.md#trackdependency).
31
+
If you're missing a dependency or using a different SDK, make sure it's in the list of [autocollected dependencies](#dependency-auto-collection). If the dependency isn't autocollected, you can track it manually with a [track dependency call](./api-custom-events-metrics.md#trackdependency).
32
32
33
33
## Set up automatic dependency tracking in console apps
34
34
@@ -224,8 +224,53 @@ In the Log Analytics query view, `timestamp` represents the moment the TrackDepe
224
224
225
225
Like every Application Insights SDK, the dependency collection module is also open source. Read and contribute to the code or report issues at [the official GitHub repo](https://github.com/Microsoft/ApplicationInsights-dotnet).
226
226
227
+
## Dependency auto-collection
228
+
229
+
Below is the currently supported list of dependency calls that are automatically detected as dependencies without requiring any additional modification to your application's code. These dependencies are visualized in the Application Insights [Application map](./app-map.md) and [Transaction diagnostics](./transaction-diagnostics.md) views. If your dependency isn't on the list below, you can still track it manually with a [track dependency call](./api-custom-events-metrics.md#trackdependency).
> There is a [known issue](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1347) with older versions of Microsoft.Data.SqlClient. We recommend using 1.1.0 or later to mitigate this issue. Entity Framework Core does not necessarily ship with the latest stable release of Microsoft.Data.SqlClient so we advise confirming that you are on at least 1.1.0 to avoid this issue.
A list of the latest [currently supported modules](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers) is maintained [here](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers).
260
+
261
+
### JavaScript
262
+
263
+
| Communication libraries | Versions |
264
+
| ------------------------|----------|
265
+
|[XMLHttpRequest](https://developer.mozilla.org/docs/Web/API/XMLHttpRequest)| All |
# Deploy Application Insights Agent on virtual machines and virtual machine scale sets
11
+
# Deploy Application Insights Agent on virtual machines and Virtual Machine Scale Sets
12
12
13
13
Enabling monitoring for your .NET or Java-based web applications running on [Azure Virtual Machines](https://azure.microsoft.com/services/virtual-machines/) and [Azure Virtual Machine Scale Sets](../../virtual-machine-scale-sets/index.yml) is now easier than ever. Get all the benefits of using Application Insights without modifying your code.
14
14
@@ -34,11 +34,11 @@ For a complete list of supported auto-instrumentation scenarios, see [Supported
34
34
35
35
### [.NET Framework](#tab/net)
36
36
37
-
The Application Insights Agent autocollects the same dependency signals out-of-the-box as the SDK. To learn more, see [Dependency autocollection](./auto-collect-dependencies.md#net).
37
+
The Application Insights Agent autocollects the same dependency signals out-of-the-box as the SDK. To learn more, see [Dependency autocollection](asp-net-dependencies.md#net).
38
38
39
39
### [.NET Core/.NET](#tab/core)
40
40
41
-
The Application Insights Agent autocollects the same dependency signals out-of-the-box as the SDK. To learn more, see [Dependency autocollection](./auto-collect-dependencies.md#net).
41
+
The Application Insights Agent autocollects the same dependency signals out-of-the-box as the SDK. To learn more, see [Dependency autocollection](asp-net-dependencies.md#net).
42
42
43
43
### [Java](#tab/Java)
44
44
@@ -119,9 +119,9 @@ You can also view installed extensions in the [Azure Virtual Machine section](..
119
119
> [!NOTE]
120
120
> Verify installation by selecting **Live Metrics Stream** within the Application Insights resource associated with the connection string you used to deploy the Application Insights Agent extension. If you're sending data from multiple virtual machines, select the target virtual machines under **Server Name**. It might take up to a minute for data to begin flowing.
121
121
122
-
## Manage Application Insights Agent for .NET applications on virtual machine scale sets by using PowerShell
122
+
## Manage Application Insights Agent for .NET applications on Virtual Machine Scale Sets by using PowerShell
123
123
124
-
Install or update Application Insights Agent as an extension for a virtual machine scale set:
124
+
Install or update Application Insights Agent as an extension for a Virtual Machine Scale Set:
Find troubleshooting tips for the Application Insights Monitoring Agent extension for .NET applications running on Azure virtual machines and virtual machine scale sets.
187
+
Find troubleshooting tips for the Application Insights Monitoring Agent extension for .NET applications running on Azure virtual machines and Virtual Machine Scale Sets.
188
188
189
189
> [!NOTE]
190
190
> The following steps don't apply to Node.js and Python applications, which require SDK instrumentation.
@@ -215,5 +215,5 @@ Added ASP.NET Core auto-instrumentation feature
215
215
216
216
## Next steps
217
217
218
-
* Learn how to [deploy an application to a virtual machine scale set](../../virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md).
218
+
* Learn how to [deploy an application to a Virtual Machine Scale Set](../../virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md).
219
219
*[Set up availability web tests](monitor-web-app-availability.md) to be alerted if your endpoint is down.
With the proper Application Insights SDK installed and configured, tracing information is automatically collected for popular frameworks, libraries, and technologies by SDK dependency auto-collectors. The full list of supported technologies is available in the [Dependency auto-collection documentation](./auto-collect-dependencies.md).
37
+
With the proper Application Insights SDK installed and configured, tracing information is automatically collected for popular frameworks, libraries, and technologies by SDK dependency auto-collectors. The full list of supported technologies is available in the [Dependency auto-collection documentation](asp-net-dependencies.md#dependency-auto-collection).
38
38
39
39
Any technology also can be tracked manually with a call to [TrackDependency](./api-custom-events-metrics.md) on the [TelemetryClient](./api-custom-events-metrics.md).
0 commit comments