Skip to content

Commit eec0482

Browse files
Incorp, round 1
1 parent fe121bd commit eec0482

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ ms.reviewer: mmcc
1111

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

14-
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.
14+
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 Azure Monitor OpenTelemetry Distro provides an [OpenTelemetry distribution](https://opentelemetry.io/docs/concepts/distributions/#what-is-a-distribution) that includes support for features specific to Azure Monitor. The Distro [automatically collects](opentelemetry-add-modify.md#automatic-data-collection) traces, metrics, logs, and exceptions across your application and its dependencies.
15+
1516
There are several advantages to using the Azure Monitor OpenTelemetry Distro:
1617

1718
- Reduces enablement effort
1819
- Supported by Microsoft
19-
- Brings in Azure Specific features such as:
20+
- Brings in Azure-specific features such as:
2021
- Preserves traces with service components using Application Insights SDKs
2122
- [Microsoft Entra authentication](azure-ad-authentication.md)
2223
- [Offline Storage and Automatic Retries](opentelemetry-configuration.md#offline-storage-and-automatic-retries)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can think of it as a thin wrapper that bundles together all the OpenTelemetr
3434

3535
### Why should I use the "Azure Monitor OpenTelemetry Distro"?
3636

37-
The Azure Monitor OpenTelemetry Distro is the only currently supported way to use OpenTelemetry with Azure Monitor.
37+
For languages without a standalone OpenTelemetry exporter, including Java and Node.js, the Azure Monitor OpenTelemetry Distro is the only currently supported way to use OpenTelemetry with Azure Monitor. For languages with a standalone OpenTelemetry exporter, including .NET and Python, you have the option of using either the Azure Monitor OpenTelemetry Distro or the appropriate standalone OpenTelemetry exporter depending on your telemetry scenario. For more information, see [When should I use the Azure Monitor OpenTelemetry exporter?](#when-should-i-use-the-azure-monitor-opentelemetry-exporter).
3838

3939
### How can I test out the Azure Monitor OpenTelemetry Distro?
4040

0 commit comments

Comments
 (0)