Skip to content

Commit ef89dd8

Browse files
Merge pull request #249451 from AaronMaxwell/aaronmax-opentelemetry-support-include
Moving support and feedback to include
2 parents 33fd100 + 3077408 commit ef89dd8

File tree

2 files changed

+57
-48
lines changed

2 files changed

+57
-48
lines changed

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

Lines changed: 6 additions & 48 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

@@ -277,49 +277,7 @@ Not working? Check out the troubleshooting page for [ASP.NET Core](/troubleshoot
277277
278278
As part of using Application Insights instrumentation, we collect and send diagnostic data to Microsoft. This data helps us run and improve Application Insights. To learn more, see [Statsbeat in Azure Application Insights](./statsbeat.md).
279279

280-
## Support
281-
282-
### [ASP.NET Core](#tab/aspnetcore)
283-
284-
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
285-
- For OpenTelemetry issues, contact the [OpenTelemetry .NET community](https://github.com/open-telemetry/opentelemetry-dotnet) directly.
286-
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-net/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
287-
288-
#### [.NET](#tab/net)
289-
290-
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
291-
- For OpenTelemetry issues, contact the [OpenTelemetry .NET community](https://github.com/open-telemetry/opentelemetry-dotnet) directly.
292-
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-net/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
293-
294-
### [Java](#tab/java)
295-
296-
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
297-
- For help with troubleshooting, review the [troubleshooting steps](java-standalone-troubleshoot.md).
298-
- For OpenTelemetry issues, contact the [OpenTelemetry community](https://opentelemetry.io/community/) directly.
299-
- For a list of open issues related to Azure Monitor Java Autoinstrumentation, see the [GitHub Issues Page](https://github.com/microsoft/ApplicationInsights-Java/issues).
300-
301-
### [Node.js](#tab/nodejs)
302-
303-
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
304-
- For OpenTelemetry issues, contact the [OpenTelemetry JavaScript community](https://github.com/open-telemetry/opentelemetry-js) directly.
305-
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-js/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
306-
307-
### [Python](#tab/python)
308-
309-
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
310-
- For OpenTelemetry issues, contact the [OpenTelemetry Python community](https://github.com/open-telemetry/opentelemetry-python) directly.
311-
- For a list of open issues related to Azure Monitor Distro, see the [GitHub Issues Page](https://github.com/microsoft/ApplicationInsights-Python/issues/new).
312-
313-
---
314-
315-
## OpenTelemetry feedback
316-
317-
To provide feedback:
318-
319-
- Fill out the OpenTelemetry community's [customer feedback survey](https://docs.google.com/forms/d/e/1FAIpQLScUt4reClurLi60xyHwGozgM9ZAz8pNAfBHhbTZ4gFWaaXIRQ/viewform).
320-
- Tell Microsoft about yourself by joining the [OpenTelemetry Early Adopter Community](https://aka.ms/AzMonOTel/).
321-
- Engage with other Azure Monitor users in the [Microsoft Tech Community](https://techcommunity.microsoft.com/t5/azure-monitor/bd-p/AzureMonitor).
322-
- Make a feature request at the [Azure Feedback Forum](https://feedback.azure.com/d365community/forum/3887dc70-2025-ec11-b6e6-000d3a4f09d0).
280+
[!INCLUDE [azure-monitor-app-insights-opentelemetry-support](../includes/azure-monitor-app-insights-opentelemetry-support.md)]
323281

324282
## Next steps
325283

@@ -356,7 +314,7 @@ To provide feedback:
356314

357315
- For details on adding and modifying Azure Monitor OpenTelemetry, see [Add and modify Azure Monitor OpenTelemetry](opentelemetry-add-modify.md)
358316
- To review the source code, see the [Application Insights Beta GitHub repository](https://github.com/microsoft/ApplicationInsights-node.js/tree/beta).
359-
- 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.
360318
- 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).
361319
- To learn more about OpenTelemetry and its community, see the [OpenTelemetry JavaScript GitHub repository](https://github.com/open-telemetry/opentelemetry-js).
362320
- To enable usage experiences, [enable web or browser user monitoring](javascript.md).
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
author: AaronMaxwell
3+
ms.author: aaronmax
4+
ms.service: azure-monitor
5+
ms.topic: include
6+
ms.date: 08/26/2023
7+
---
8+
9+
## Support
10+
11+
### [ASP.NET Core](#tab/aspnetcore)
12+
13+
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
14+
- For OpenTelemetry issues, contact the [OpenTelemetry .NET community](https://github.com/open-telemetry/opentelemetry-dotnet) directly.
15+
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-net/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
16+
17+
#### [.NET](#tab/net)
18+
19+
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
20+
- For OpenTelemetry issues, contact the [OpenTelemetry .NET community](https://github.com/open-telemetry/opentelemetry-dotnet) directly.
21+
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-net/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
22+
23+
### [Java](#tab/java)
24+
25+
- 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](/troubleshoot/azure/azure-monitor/app-insights/java-standalone-troubleshoot).
27+
- For OpenTelemetry issues, contact the [OpenTelemetry community](https://opentelemetry.io/community/) directly.
28+
- For a list of open issues related to Azure Monitor Java Autoinstrumentation, see the [GitHub Issues Page](https://github.com/microsoft/ApplicationInsights-Java/issues).
29+
30+
### [Node.js](#tab/nodejs)
31+
32+
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
33+
- For OpenTelemetry issues, contact the [OpenTelemetry JavaScript community](https://github.com/open-telemetry/opentelemetry-js) directly.
34+
- For a list of open issues related to Azure Monitor Exporter, see the [GitHub Issues Page](https://github.com/Azure/azure-sdk-for-js/issues?q=is%3Aopen+is%3Aissue+label%3A%22Monitor+-+Exporter%22).
35+
36+
### [Python](#tab/python)
37+
38+
- For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
39+
- For OpenTelemetry issues, contact the [OpenTelemetry Python community](https://github.com/open-telemetry/opentelemetry-python) directly.
40+
- For a list of open issues related to Azure Monitor Distro, see the [GitHub Issues Page](https://github.com/microsoft/ApplicationInsights-Python/issues/new).
41+
42+
---
43+
44+
## OpenTelemetry feedback
45+
46+
To provide feedback:
47+
48+
- Fill out the OpenTelemetry community's [customer feedback survey](https://docs.google.com/forms/d/e/1FAIpQLScUt4reClurLi60xyHwGozgM9ZAz8pNAfBHhbTZ4gFWaaXIRQ/viewform).
49+
- Tell Microsoft about yourself by joining the [OpenTelemetry Early Adopter Community](https://aka.ms/AzMonOTel/).
50+
- Engage with other Azure Monitor users in the [Microsoft Tech Community](https://techcommunity.microsoft.com/t5/azure-monitor/bd-p/AzureMonitor).
51+
- Make a feature request at the [Azure Feedback Forum](https://feedback.azure.com/d365community/forum/3887dc70-2025-ec11-b6e6-000d3a4f09d0).

0 commit comments

Comments
 (0)