You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-enable.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,26 @@ ms.reviewer: mmcc
11
11
12
12
# Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python, and Java applications
13
13
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. To learn more about collecting data using OpenTelemetry, see [Data Collection Basics](opentelemetry-overview.md) or [OpenTelemetry FAQ](#frequently-asked-questions).
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.
15
+
There are several advantages to using the Azure Monitor OpenTelemetry Distro:
16
+
17
+
- Reduces enablement effort
18
+
- Supported by Microsoft
19
+
- Brings in Azure Specific features such as:
20
+
- Preserves traces with service components using Application Insights SDKs
-[Offline Storage and Automatic Retries](opentelemetry-configuration.md#offline-storage-and-automatic-retries)
23
+
-[Statsbeat](statsbeat.md)
24
+
-[Application Insights Standard Metrics](standard-metrics.md)
25
+
- Detect resource metadata to autopopulate [Cloud Role Name](app-map.md#understand-the-cloud-role-name-within-the-context-of-an-application-map) on Azure
26
+
-[Live Metrics](live-stream.md) (future)
27
+
28
+
In the spirit of OpenTelemetry, we designed the distro to be open and extensible. For example, you can add:
29
+
30
+
- An OTLP exporter and send to a second destination simultaneously
31
+
- Other instrumentation libraries not included in the distro
32
+
33
+
To learn more about collecting data using OpenTelemetry, see [Data Collection Basics](opentelemetry-overview.md) or [OpenTelemetry FAQ](#frequently-asked-questions).
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/azure-monitor-app-insights-opentelemetry-faqs.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,23 +34,7 @@ You can think of it as a thin wrapper that bundles together all the OpenTelemetr
34
34
35
35
### Why should I use the "Azure Monitor OpenTelemetry Distro"?
36
36
37
-
Azure Monitor OpenTelemetry Distro is the only currently supported way to use OpenTelemetry with Azure Monitor. There are several advantages to using the Azure Monitor OpenTelemetry Distro over native OpenTelemetry from the community:
38
-
39
-
- Reduces enablement effort
40
-
- Supported by Microsoft
41
-
- Brings in Azure Specific features such as:
42
-
- Preserves traces with service components using Application Insights SDKs
-[Offline Storage and Automatic Retries](../app/opentelemetry-configuration.md#offline-storage-and-automatic-retries)
45
-
-[Statsbeat](../app/statsbeat.md)
46
-
-[Application Insights Standard Metrics](../app/standard-metrics.md)
47
-
- Detect resource metadata to autopopulate [Cloud Role Name](../app/app-map.md#understand-the-cloud-role-name-within-the-context-of-an-application-map) on Azure
48
-
-[Live Metrics](../app/live-stream.md) (future)
49
-
50
-
In the spirit of OpenTelemetry, we designed the distro to be open and extensible. For example, you can add:
51
-
52
-
- An OTLP exporter and send to a second destination simultaneously
53
-
- Other instrumentation libraries not included in the distro
37
+
Azure Monitor OpenTelemetry Distro is the only currently supported way to use OpenTelemetry with Azure Monitor.
54
38
55
39
### How can I test out the Azure Monitor OpenTelemetry Distro?
0 commit comments