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/otel.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Azure's integration with OpenTelemetry provides a suite of products for:
14
14
> - Collection of telemetry data in a standardized way
15
15
> - Consumption of data using curated experiences on Azure Monitor and local tools
16
16
17
-
This article guides you through our OpenTelemetry offerings on and beyond Azure, from data collection to data consumption, to help you understand Microsoft’s strategic investments in OpenTelemetry.
17
+
This article guides you through our OpenTelemetry offerings, from data collection to consumption, to help you understand Microsoft’s strategic investments in OpenTelemetry.
18
+
19
+
For more information about OpenTelemetry on Azure, see [our OpenTelemetry Roadmap](https://techcommunity.microsoft.com/t5/azure-observability-blog/making-azure-the-best-place-to-observe-your-apps-with/ba-p/3995896).
-[Tracing in the Azure SDK for Java](/azure/developer/java/sdk/tracing)
42
44
-[Azure Cosmos DB SDK observability](/azure/cosmos-db/nosql/sdk-observability)
43
45
44
-
**.NET**has OpenTelemetry APIs as part of the runtime. The .NET OpenTelemetry implementation uses logging, metrics, and activity APIs in the framework for instrumentation. OpenTelemetry collects telemetry from those APIs and other sources (via instrumentation libraries) and then exports the data to an application performance monitoring (APM) system for storage and analysis.
46
+
The **.NET** OpenTelemetry implementation uses logging, metrics, and activity APIs in the framework for instrumentation. The OpenTelemetry SDK collects telemetry from those APIs and other sources (via instrumentation libraries) and then exports the data to an application performance monitoring (APM) system for storage and analysis.
45
47
46
48
-[].NET Observability with OpenTelemetry](/dotnet/core/diagnostics/observability-with-otel)
-[Accelerate your observability journey with Azure Monitor pipeline (preview)](https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8/)
51
53
-[Configure Azure Monitor pipeline for edge and multicloud](/dotnet/aspire/fundamentals/dashboard/overview)
52
54
55
+
**OpenTelemetry Collector Azure Data Explorer Exporter** is a data exporter component that can be plugged into the OpenTelemetry Collector. It supports ingestion of data from many receivers into to Azure Data Explorer, Azure Synapse Data Explorer, and Real-Time Analytics in Fabric.
56
+
57
+
-[Data ingestion from OpenTelemetry to Azure Data Explorer](/azure/data-explorer/open-telemetry-connector)
58
+
-[GitHub repository of Azure Data Explorer Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/azuredataexplorerexporter)
59
+
-[Azure Synapse Data Explorer](/azure/synapse-analytics/data-explorer/data-explorer-overview)
**.NET Aspire** is an opinionated cloud-native stack that includes observability by default with OpenTelemetry. Part of it's a "Developer Dashboard" to observe OpenTelemetry signals in real-time during debugging. It collects logs, metrics, and traces using OTLP from applications of any OpenTelemetry-supported languages besides .NET.
0 commit comments