Skip to content

Commit 3077408

Browse files
committed
Moving support and feedback to include
1 parent 0c60c37 commit 3077408

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: mmcc
1010

1111
# Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications
1212

13-
This article describes how to enable and configure OpenTelemetry-based data collection to power the experiences within [Azure Monitor Application Insights](app-insights-overview.md#application-insights-overview). We walk through how to install the "Azure Monitor OpenTelemetry Distro". The Distro will [automatically collect](opentelemetry-add-modify.md#automatic-data-collection) traces, metrics, logs, and exceptions across your application and its dependencies. To learn more about collecting data using OpenTelemetry, see [Data Collection Basics](opentelemetry-overview.md) or [OpenTelemetry FAQ](/azure/azure-monitor/faq#opentelemetry).
13+
This article describes how to enable and configure OpenTelemetry-based data collection to power the experiences within [Azure Monitor Application Insights](app-insights-overview.md#application-insights-overview). We walk through how to install the "Azure Monitor OpenTelemetry Distro." The Distro [automatically collects](opentelemetry-add-modify.md#automatic-data-collection) traces, metrics, logs, and exceptions across your application and its dependencies. To learn more about collecting data using OpenTelemetry, see [Data Collection Basics](opentelemetry-overview.md) or [OpenTelemetry FAQ](/azure/azure-monitor/faq#opentelemetry).
1414

1515
## OpenTelemetry Release Status
1616

@@ -134,7 +134,7 @@ pip install azure-monitor-opentelemetry --pre
134134
---
135135

136136
### Enable Azure Monitor Application Insights
137-
To enable Azure Monitor Application Insights, you make a minor modification to your application and set your "Connection String". The Connection String tells your application where to send the telemetry the Distro collects, and it's unique to you.
137+
To enable Azure Monitor Application Insights, you make a minor modification to your application and set your "Connection String." The Connection String tells your application where to send the telemetry the Distro collects, and it's unique to you.
138138

139139
#### Modify your Application
140140

@@ -254,7 +254,7 @@ To paste your Connection String, select from the following options:
254254

255255
C. Set via Code - ASP.NET Core, Node.js, and Python Only (Not recommended)
256256

257-
See [Connection String Configuration](opentelemetry-configuration.md#connection-string) for example setting Connection String via code.
257+
See [Connection String Configuration](opentelemetry-configuration.md#connection-string) for an example of setting Connection String via code.
258258

259259
> [!NOTE]
260260
> If you set the connection string in more than one place, we adhere to the following precendence:
@@ -268,7 +268,7 @@ Run your application and open your **Application Insights Resource** tab in the
268268

269269
:::image type="content" source="media/opentelemetry/server-requests.png" alt-text="Screenshot of the Application Insights Overview tab with server requests and server response time highlighted.":::
270270

271-
That's it. Your application is now monitored by Application Insights. Everything else below is optional and available for further customization.
271+
You've now enabled Application Insights for your application. All the following steps are optional and allow for further customization.
272272

273273
Not working? Check out the troubleshooting page for [ASP.NET Core](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-dotnet), [Java](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-java), [Node.js](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-nodejs), or [Python](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-python).
274274

@@ -314,7 +314,7 @@ As part of using Application Insights instrumentation, we collect and send diagn
314314

315315
- For details on adding and modifying Azure Monitor OpenTelemetry, see [Add and modify Azure Monitor OpenTelemetry](opentelemetry-add-modify.md)
316316
- To review the source code, see the [Application Insights Beta GitHub repository](https://github.com/microsoft/ApplicationInsights-node.js/tree/beta).
317-
- To install the npm package and check for updates see the [applicationinsights npm Package](https://www.npmjs.com/package/applicationinsights/v/beta) page.
317+
- To install the npm package and check for updates, see the [applicationinsights npm Package](https://www.npmjs.com/package/applicationinsights/v/beta) page.
318318
- To become more familiar with Azure Monitor Application Insights and OpenTelemetry, see the [Azure Monitor Example Application](https://github.com/Azure-Samples/azure-monitor-opentelemetry-node.js).
319319
- To learn more about OpenTelemetry and its community, see the [OpenTelemetry JavaScript GitHub repository](https://github.com/open-telemetry/opentelemetry-js).
320320
- To enable usage experiences, [enable web or browser user monitoring](javascript.md).

articles/azure-monitor/includes/azure-monitor-app-insights-opentelemetry-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.date: 08/26/2023
2323
### [Java](#tab/java)
2424

2525
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
26-
- For help with troubleshooting, review the [troubleshooting steps](java-standalone-troubleshoot.md).
26+
- For help with troubleshooting, review the [troubleshooting steps](/troubleshoot/azure/azure-monitor/app-insights/java-standalone-troubleshoot).
2727
- For OpenTelemetry issues, contact the [OpenTelemetry community](https://opentelemetry.io/community/) directly.
2828
- For a list of open issues related to Azure Monitor Java Autoinstrumentation, see the [GitHub Issues Page](https://github.com/microsoft/ApplicationInsights-Java/issues).
2929

0 commit comments

Comments
 (0)