Skip to content

Commit 468d216

Browse files
authored
Merge pull request #186017 from rboucher/patch-14
Update with "codeless attach" for SEO reasons
2 parents bb560d6 + 4b44e70 commit 468d216

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Auto-instrumentation allows you to enable application monitoring with Applicatio
1212

1313
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.
1414

15+
> [!NOTE]
16+
> Auto-instrumentation used to be known as "codeless attach" before October 2021.
17+
18+
1519
## Supported environments, languages, and resource providers
1620

1721
As we're adding new integrations, the auto-instrumentation capability matrix becomes complex. The table below shows you the current state of the matter as far as support for various resource providers, languages, and environments go.
@@ -46,7 +50,7 @@ For [Python](./opencensus-python.md), use the SDK.
4650

4751
## Azure Functions
4852

49-
The basic monitoring for Azure Functions is enabled by default to collects log, performance, error data, and HTTP requests. For Java applications, you can enable richer monitoring with distributed tracing and get the end-to-end transaction details. This functionality for Java is in public preview for Windows and you can [enable it in Azure portal](./monitor-functions.md).
53+
The basic monitoring for Azure Functions is enabled by default to collect log, performance, error data, and HTTP requests. For Java applications, you can enable richer monitoring with distributed tracing and get the end-to-end transaction details. This functionality for Java is in public preview for Windows and you can [enable it in Azure portal](./monitor-functions.md).
5054

5155
## Azure Spring Cloud
5256

0 commit comments

Comments
 (0)