Skip to content

Commit 6f02984

Browse files
committed
Azure OTEL
1 parent 52a9f54 commit 6f02984

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/azure-monitor/app/otel.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Azure's integration with OpenTelemetry provides a suite of products for:
1414
> - Collection of telemetry data in a standardized way
1515
> - Consumption of data using curated experiences on Azure Monitor and local tools
1616
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).
1820

1921
## Data Collection
2022

@@ -41,7 +43,7 @@ In addition, Azure Monitor OpenTelemetry distro-based automatic instrumentation
4143
- [Tracing in the Azure SDK for Java](/azure/developer/java/sdk/tracing)
4244
- [Azure Cosmos DB SDK observability](/azure/cosmos-db/nosql/sdk-observability)
4345

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.
4547

4648
- [].NET Observability with OpenTelemetry](/dotnet/core/diagnostics/observability-with-otel)
4749

@@ -50,6 +52,13 @@ In addition, Azure Monitor OpenTelemetry distro-based automatic instrumentation
5052
- [Accelerate your observability journey with Azure Monitor pipeline (preview)](https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8/)
5153
- [Configure Azure Monitor pipeline for edge and multicloud](/dotnet/aspire/fundamentals/dashboard/overview)
5254

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)
60+
- [Real-Time Intelligence](/fabric/real-time-intelligence/overview)
61+
5362
## Data Platform and Consumption
5463

5564
**.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

Comments
 (0)