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
title: Auto-instrumentation for Azure Monitor Application Insights
3
-
description: Overview of auto-instrumentation for Azure Monitor Application Insights codeless application performance management.
2
+
title: Autoinstrumentation for Azure Monitor Application Insights
3
+
description: Overview of autoinstrumentation for Azure Monitor Application Insights codeless application performance management.
4
4
ms.topic: conceptual
5
-
ms.date: 02/14/2023
5
+
ms.date: 05/12/2023
6
6
ms.reviewer: abinetabate
7
7
---
8
8
9
-
# What is auto-instrumentation for Azure Monitor Application Insights?
9
+
# What is autoinstrumentation for Azure Monitor Application Insights?
10
10
11
-
Auto-instrumentation quickly and easily enables [Application Insights](app-insights-overview.md) to make [telemetry](data-model-complete.md) like metrics, requests, and dependencies available in your [Application Insights resource](create-workspace-resource.md).
11
+
Autoinstrumentation quickly and easily enables [Application Insights](app-insights-overview.md) to make [telemetry](data-model-complete.md) like metrics, requests, and dependencies available in your [Application Insights resource](create-workspace-resource.md).
|Azure App Service on Windows - Publish as Code |[:white_check_mark::link:](azure-web-apps-net.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-net-core.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-java.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-nodejs.md) <sup>[1](#OnBD)</sup> |:x:|
26
+
|Azure App Service on Windows - Publish as Code |[:white_check_mark::link:](azure-web-apps-net.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-net-core.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-java.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-nodejs.md) <sup>[1](#OnBD)</sup> |:x:|
27
27
|Azure App Service on Windows - Publish as Docker |[:white_check_mark:](https://azure.github.io/AppService/2022/04/11/windows-containers-app-insights-preview.html) <sup>[2](#Preview)</sup> |[:white_check_mark:](https://azure.github.io/AppService/2022/04/11/windows-containers-app-insights-preview.html) <sup>[2](#Preview)</sup> |[:white_check_mark:](https://azure.github.io/AppService/2022/04/11/windows-containers-app-insights-preview.html) <sup>[2](#Preview)</sup> |:x:|:x:|
28
-
|Azure App Service on Linux - Publish as Code |:x:|[:white_check_mark::link:](azure-web-apps-net-core.md?tabs=linux) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-java.md) <sup>[1](#OnBD)</sup>|[:white_check_mark::link:](azure-web-apps-nodejs.md?tabs=linux)|:x:|
29
-
|Azure App Service on Linux - Publish as Docker |:x:|:x:|[:white_check_mark::link:](azure-web-apps-java.md)|[:white_check_mark::link:](azure-web-apps-nodejs.md?tabs=linux)|:x:|
28
+
|Azure App Service on Linux - Publish as Code |:x:|[:white_check_mark::link:](azure-web-apps-net-core.md?tabs=linux) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-java.md) <sup>[1](#OnBD)</sup> |[:white_check_mark::link:](azure-web-apps-nodejs.md?tabs=linux)|:x:|
29
+
|Azure App Service on Linux - Publish as Docker |:x:|:x:|[:white_check_mark::link:](azure-web-apps-java.md)<sup>[2](#Preview)</sup>|[:white_check_mark::link:](azure-web-apps-nodejs.md?tabs=linux)|:x:|
Copy file name to clipboardExpand all lines: articles/azure-monitor/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Click on the picture to see a larger version of the data collection diagram in c
107
107
108
108
|Collection method|Description |
109
109
|---------|---------|
110
-
|[Application instrumentation](app/app-insights-overview.md)| Application Insights is enabled through either [Auto-Instrumentation (agent)](app/codeless-overview.md#what-is-auto-instrumentation-for-azure-monitor-application-insights) or by adding the Application Insights SDK to your application code. For more information, reference [How do I instrument an application?](app/app-insights-overview.md#how-do-i-instrument-an-application).|
110
+
|[Application instrumentation](app/app-insights-overview.md)| Application Insights is enabled through either [Autoinstrumentation (agent)](app/codeless-overview.md#what-is-autoinstrumentation-for-azure-monitor-application-insights) or by adding the Application Insights SDK to your application code. For more information, reference [How do I instrument an application?](app/app-insights-overview.md#how-do-i-instrument-an-application).|
111
111
|[Agents](agents/agents-overview.md)|Agents can collect monitoring data from the guest operating system of Azure and hybrid virtual machines.|
112
112
|[Data collection rules](essentials/data-collection-rule-overview.md)|Use data collection rules to specify what data should be collected, how to transform it, and where to send it.|
113
113
|Internal| Data is automatically sent to a destination without user configuration. |
0 commit comments