Skip to content

Commit 52a9f54

Browse files
committed
Azure OTEL
1 parent ba74482 commit 52a9f54

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

articles/azure-monitor/app/otel.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: OpenTelemetry on Azure
3+
description: This article provides an overview of OpenTelemetry on Azure.
4+
ms.topic: conceptual
5+
ms.date: 06/21/2024
6+
ms.reviewer: quying
7+
---
8+
9+
# OpenTelemetry on Azure
10+
11+
Azure's integration with OpenTelemetry provides a suite of products for:
12+
13+
> [!div class="checklist"]
14+
> - Collection of telemetry data in a standardized way
15+
> - Consumption of data using curated experiences on Azure Monitor and local tools
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.
18+
19+
## Data Collection
20+
21+
The **Azure Monitor OpenTelemetry distro** is Microsoft’s customized, supported, and open-sourced version of the OpenTelemetry software development kits (SDKs). It supports .NET, Java, JavaScript (Node.js), and Python. The Azure Monitor OpenTelemetry distro replaces the Application Insights SDK.
22+
23+
It focuses on ease-of-enablement by bundling together:
24+
25+
> [!div class="checklist"]
26+
> - The OpenTelemetry SDK and API
27+
> - Instrumentation Libraries across logs, metrics, and traces
28+
29+
In addition, Azure Monitor OpenTelemetry distro-based automatic instrumentation solutions are integrated into App Service for Java and Python apps and into Java Functions.
30+
31+
- [Enable Azure Monitor OpenTelemetry for .NET, Java, Node.js, and Python applications](./opentelemetry-enable.md)
32+
- [Diagnose with Live Metrics](./live-stream.md)
33+
- [Migrating Azure Monitor Application Insights Python from OpenCensus to OpenTelemetry](./opentelemetry-python-opencensus-migrate.md)
34+
- [Monitor Azure app services performance Python (Preview)](./azure-web-apps-python.md)
35+
- [Monitor Azure app services performance Java](./azure-web-apps-java.md)
36+
- [Monitor applications running on Azure Functions with Application Insights](./monitor-functions.md)
37+
38+
**Azure SDKs** are instrumented with OpenTelemetry APIs to power end-to-end observability. All supported languages are instrumented to emit OpenTelemetry HTTP and/or Messaging Tracing Semantics; .NET and Java are being instrumented to emit OpenTelemetry HTTP Metrics Semantics.
39+
40+
- [Azure SDK semantic conventions](https://github.com/Azure/azure-sdk/blob/main/docs/tracing/distributed-tracing-conventions.md)
41+
- [Tracing in the Azure SDK for Java](/azure/developer/java/sdk/tracing)
42+
- [Azure Cosmos DB SDK observability](/azure/cosmos-db/nosql/sdk-observability)
43+
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.
45+
46+
- [].NET Observability with OpenTelemetry](/dotnet/core/diagnostics/observability-with-otel)
47+
48+
**Azure Monitor pipeline at edge** is a powerful solution designed to facilitate high-scale data ingestion and routing from edge environments to seamlessly enable observability across cloud, edge, and multicloud. It uses the OpenTelemetry Collector. Currently, in public preview, it can be deployed on a single Arc-enabled Kubernetes cluster, and it can collect OpenTelemetry Protocol (OTLP) logs.
49+
50+
- [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+
- [Configure Azure Monitor pipeline for edge and multicloud](/dotnet/aspire/fundamentals/dashboard/overview)
52+
53+
## Data Platform and Consumption
54+
55+
**.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.
56+
57+
- [.NET Aspire: Simplifying Cloud-Native Development with .NET 8](https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8/)
58+
- [.NET Aspire dashboard overview](/dotnet/aspire/fundamentals/dashboard/overview)
59+
60+
**Azure Monitor Application Insights** is Azure’s APM that supports cloud-scale application monitoring and excels at observability for both cloud-native applications and VM-based applications. Application Insights provides experiences powered by OpenTelemetry to enhance the performance, reliability, and quality of your applications. For example, Application map is a visual overview of application architecture and components' interactions; Transaction search helps identify issues and optimize performance.
61+
62+
- [Application Insights overview](./app-insights-overview.md)
63+
- [Application map in Azure Application Insights](./app-map.md)
64+
- [Transaction Search and Diagnostics](./transaction-search-and-diagnostics.md)
65+
- [Live Metrics](./live-stream.md)

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ items:
4545
items:
4646
- name: Application Insights overview
4747
href: app/app-insights-overview.md
48+
- name: OpenTelemetry on Azure
49+
href: app/otel.md
4850
- name: Enable Application Insights
4951
items:
5052
- name: Data Collection Basics

0 commit comments

Comments
 (0)