Skip to content

Commit abbf16b

Browse files
authored
Update autoinstrumentation to auto-instrumentation for consistency with other pages in app-insights-overview.md
1 parent b722507 commit abbf16b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To understand the number of Application Insights resources required to cover you
3434

3535
## How do I use Application Insights?
3636

37-
Application Insights is enabled through either [autoinstrumentation](codeless-overview.md) (agent) or by adding the [Application Insights SDK](sdk-support-guidance.md) to your application code. [Many languages](#supported-languages) are supported. The applications could be on Azure, on-premises, or hosted by another cloud. To figure out which type of instrumentation is best for you, see [How do I instrument an application?](#how-do-i-instrument-an-application).
37+
Application Insights is enabled through either [auto-instrumentation](codeless-overview.md) (agent) or by adding the [Application Insights SDK](sdk-support-guidance.md) to your application code. [Many languages](#supported-languages) are supported. The applications could be on Azure, on-premises, or hosted by another cloud. To figure out which type of instrumentation is best for you, see [How do I instrument an application?](#how-do-i-instrument-an-application).
3838

3939
The Application Insights agent or SDK preprocesses telemetry and metrics before sending the data to Azure. Then it's ingested and processed further before it's stored in Azure Monitor Logs (Log Analytics). For this reason, an Azure account is required to use Application Insights.
4040

@@ -56,39 +56,39 @@ Application Insights pricing is based on consumption. You only pay for what you
5656

5757
## How do I instrument an application?
5858

59-
[Autoinstrumentation](codeless-overview.md) is the preferred instrumentation method. It requires no developer investment and eliminates future overhead related to [updating the SDK](sdk-support-guidance.md). It's also the only way to instrument an application in which you don't have access to the source code.
59+
[Auto-instrumentation](codeless-overview.md) is the preferred instrumentation method. It requires no developer investment and eliminates future overhead related to [updating the SDK](sdk-support-guidance.md). It's also the only way to instrument an application in which you don't have access to the source code.
6060

6161
You only need to install the Application Insights SDK if:
6262

6363
- You require [custom events and metrics](api-custom-events-metrics.md).
6464
- You require control over the flow of telemetry.
65-
- [Autoinstrumentation](codeless-overview.md) isn't available, typically because of language or platform limitations.
65+
- [Auto-instrumentation](codeless-overview.md) isn't available, typically because of language or platform limitations.
6666

6767
To use the SDK, you install a small instrumentation package in your app and then instrument the web app, any background components, and JavaScript within the webpages. The app and its components don't have to be hosted in Azure.
6868

6969
The instrumentation monitors your app and directs the telemetry data to an Application Insights resource by using a unique token. The effect on your app's performance is small. Tracking calls are nonblocking and batched to be sent in a separate thread.
7070

7171
### [.NET](#tab/net)
7272

73-
Integrated autoinstrumentation is available for [Azure App Service .NET](azure-web-apps-net.md), [Azure App Service .NET Core](azure-web-apps-net-core.md), [Azure Functions](../../azure-functions/functions-monitoring.md), and [Azure Virtual Machines](azure-vm-vmss-apps.md).
73+
Integrated auto-instrumentation is available for [Azure App Service .NET](azure-web-apps-net.md), [Azure App Service .NET Core](azure-web-apps-net-core.md), [Azure Functions](../../azure-functions/functions-monitoring.md), and [Azure Virtual Machines](azure-vm-vmss-apps.md).
7474

7575
The [Azure Monitor Application Insights agent](application-insights-asp-net-agent.md) is available for workloads running in on-premises virtual machines.
7676

77-
For a detailed view of all autoinstrumentation supported environments, languages, and resource providers, see [What is autoinstrumentation for Azure Monitor Application Insights?](codeless-overview.md#supported-environments-languages-and-resource-providers).
77+
For a detailed view of all auto-instrumentation supported environments, languages, and resource providers, see [What is auto-instrumentation for Azure Monitor Application Insights?](codeless-overview.md#supported-environments-languages-and-resource-providers).
7878

7979
For other scenarios, the [Application Insights SDK](/dotnet/api/overview/azure/insights) is required.
8080

8181
A preview [OpenTelemetry](opentelemetry-enable.md?tabs=net) offering is also available.
8282

8383
### [Java](#tab/java)
8484

85-
Integrated autoinstrumentation is available for Java Apps hosted on [Azure App Service](azure-web-apps-java.md) and [Azure Functions](monitor-functions.md).
85+
Integrated auto-instrumentation is available for Java Apps hosted on [Azure App Service](azure-web-apps-java.md) and [Azure Functions](monitor-functions.md).
8686

87-
Autoinstrumentation is available for any environment by using [Azure Monitor OpenTelemetry-based autoinstrumentation for Java applications](opentelemetry-enable.md?tabs=java).
87+
Auto-instrumentation is available for any environment by using [Azure Monitor OpenTelemetry-based auto-instrumentation for Java applications](opentelemetry-enable.md?tabs=java).
8888

8989
### [Node.js](#tab/nodejs)
9090

91-
Autoinstrumentation is available for [Azure App Service](azure-web-apps-nodejs.md).
91+
Auto-instrumentation is available for [Azure App Service](azure-web-apps-nodejs.md).
9292

9393
The [Application Insights SDK](nodejs.md) is an alternative. We also have a preview [OpenTelemetry](opentelemetry-enable.md?tabs=nodejs) offering available.
9494

@@ -128,7 +128,7 @@ This section lists all supported platforms and frameworks.
128128
* [Azure Spring Apps](../../spring-apps/how-to-application-insights.md)
129129
* [Azure Cloud Services](./azure-web-apps-net-core.md), including both web and worker roles
130130

131-
#### Autoinstrumentation (enable without code changes)
131+
#### Auto-instrumentation (enable without code changes)
132132
* [ASP.NET: For web apps hosted with IIS](./application-insights-asp-net-agent.md)
133133
* [ASP.NET Core: For web apps hosted with IIS](./application-insights-asp-net-agent.md)
134134
* [Java](./opentelemetry-enable.md?tabs=java)
@@ -193,7 +193,7 @@ Leave product feedback for the engineering team in the [Feedback Community](http
193193
## Next steps
194194

195195
- [Create a resource](create-workspace-resource.md)
196-
- [Autoinstrumentation overview](codeless-overview.md)
196+
- [Auto-instrumentation overview](codeless-overview.md)
197197
- [Overview dashboard](overview-dashboard.md)
198198
- [Availability overview](availability-overview.md)
199199
- [Application Map](app-map.md)

0 commit comments

Comments
 (0)