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/codeless-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.reviewer: abinetabate
10
10
11
11
Auto-instrumentation allows you to enable application monitoring with Application Insights without changing your code.
12
12
13
-
Application Insights is integrated with various resource providers and works on different environments. In essence, all you have to do is enable and - in some cases - configure the agent, which will collect the telemetry automatically. In no time, you'll see the metrics, requests, and dependencies in your Application Insights resource, which will allow you to spot the source of potential problems before they occur, and analyze the root cause with end-to-end transaction view.
13
+
Application Insights is integrated with various resource providers and works on different environments. In essence, all you have to do is enable and - in some cases - configure the agent, which will collect the telemetry automatically. In no time, you'll see the metrics, requests, and dependencies in your Application Insights resource. This telemetry will allow you to spot the source of potential problems before they occur, and analyze the root cause with end-to-end transaction view.
14
14
15
15
> [!NOTE]
16
16
> Auto-instrumentation used to be known as "codeless attach" before October 2021.
@@ -28,7 +28,7 @@ As we're adding new integrations, the auto-instrumentation capability matrix bec
|Azure Functions - dependencies | Not supported | Not supported | Public Preview | Not supported | Through [extension](monitor-functions.md#distributed-tracing-for-python-function-apps)|
30
30
|Azure Spring Cloud | Not supported | Not supported | GA | Not supported | Not supported |
31
-
|Azure Kubernetes Service | N/A | Not supported | Through agent | Not supported | Not supported |
31
+
|Azure Kubernetes Service (AKS)| N/A | Not supported | Through agent | Not supported | Not supported |
32
32
|Azure VMs Windows | Public Preview | Public Preview | Through agent | Not supported | Not supported |
33
33
|On-Premises VMs Windows | GA, opt-in | Public Preview | Through agent | Not supported | Not supported |
34
34
|Standalone agent - any env. | Not supported | Not supported | GA | Not supported | Not supported |
@@ -58,13 +58,13 @@ The basic monitoring for Azure Functions is enabled by default to collect log, p
58
58
### Java
59
59
Application monitoring for Java apps running in Azure Spring Cloud is integrated into the portal, you can enable Application Insights directly from the Azure portal, both for the existing and newly created Azure Spring Cloud resources.
60
60
61
-
## Azure Kubernetes Service
61
+
## Azure Kubernetes Service (AKS)
62
62
63
-
Codeless instrumentation of Azure Kubernetes Service is currently available for Java applications through the [standalone agent](./java-in-process-agent.md).
63
+
Codeless instrumentation of Azure Kubernetes Service (AKS) is currently available for Java applications through the [standalone agent](./java-in-process-agent.md).
64
64
65
65
## Azure Windows VMs and virtual machine scale set
66
66
67
-
Auto-instrumentation for Azure VMs and virtual machine scale set is available for [.NET](./azure-vm-vmss-apps.md) and [Java](./java-in-process-agent.md) - this experience is not integrated into the portal. The monitoring is enabled through a few steps with a stand-alone solution and does not require any code changes.
67
+
Auto-instrumentation for Azure VMs and virtual machine scale set is available for [.NET](./azure-vm-vmss-apps.md) and [Java](./java-in-process-agent.md) - this experience isn't integrated into the portal. The monitoring is enabled through a few steps with a stand-alone solution and doesn't require any code changes.
68
68
69
69
## On-premises servers
70
70
You can easily enable monitoring for your [on-premises Windows servers for .NET applications](./status-monitor-v2-overview.md) and for [Java apps](./java-in-process-agent.md).
0 commit comments