Skip to content

Commit 2f1db41

Browse files
Merge pull request #251980 from AaronMaxwell/aaronmax-otel-ga-release-status
Updating OTEL release status
2 parents 8f2221f + 28e1905 commit 2f1db41

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,21 @@ This article describes how to enable and configure OpenTelemetry-based data coll
1616

1717
OpenTelemetry offerings are available for .NET, Node.js, Python and Java applications.
1818

19-
|Language |Release Status |
20-
|---------|----------------------------------------|
21-
|Java | :white_check_mark: <sup>[1](#GA)</sup> |
22-
|.NET | :warning: <sup>[2](#PREVIEW)</sup> |
23-
|Node.js | :warning: <sup>[2](#PREVIEW)</sup> |
24-
|Python | :warning: <sup>[2](#PREVIEW)</sup> |
19+
|Language |Release Status |
20+
|----------------|----------------------------------------|
21+
|ASP.NET Core | :warning: <sup>[2](#PREVIEW)</sup> |
22+
|.NET (Exporter) | :white_check_mark: <sup>[1](#GA)</sup> |
23+
|Java | :white_check_mark: <sup>[1](#GA)</sup> |
24+
|Node.js | :white_check_mark: <sup>[1](#GA)</sup> |
25+
|Python | :white_check_mark: <sup>[1](#GA)</sup> |
2526

2627
**Footnotes**
2728
- <a name="GA"> :white_check_mark: 1</a>: OpenTelemetry is available to all customers with formal support.
2829
- <a name="PREVIEW"> :warning: 2</a>: OpenTelemetry is available as a public preview. [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
2930

30-
> [!NOTE]
31+
> [!NOTE]
3132
> For a feature-by-feature release status, see the [FAQ](../faq.yml#what-s-the-current-release-state-of-features-within-the-azure-monitor-opentelemetry-distro-).
33+
> The ASP.NET Core Distro is undergoing additional stability testing prior to GA. You can use the .NET Exporter if you need a fully supported OpenTelemetry solution for your ASP.NET Core application.
3234
3335
## Get started
3436

@@ -65,7 +67,8 @@ Follow the steps in this section to instrument your application with OpenTelemet
6567

6668
---
6769

68-
[!TIP] We don't recommend using the OTel Community SDK/API with the Azure Monitor OTel Distro since it automatically loads them as dependencies.
70+
> [!TIP]
71+
> We don't recommend using the OTel Community SDK/API with the Azure Monitor OTel Distro since it automatically loads them as dependencies.
6972
7073
### Install the client library
7174

articles/azure-monitor/faq.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -541,26 +541,26 @@ sections:
541541
answer: |
542542
The following chart breaks out OpenTelemetry feature support for each language.
543543
544-
|Feature | .NET | Node.js | Python | Java |
545-
|--------------------------------------------------------------------------------------------------------------------|-----------|-----------|-----------|--------------------|
546-
| [Distributed tracing](app/distributed-tracing-telemetry-correlation.md) | :warning: | :warning: | :warning: | :white_check_mark: |
547-
| [Custom metrics](app/opentelemetry-add-modify.md#add-custom-metrics) | :warning: | :warning: | :warning: | :white_check_mark: |
548-
| [Standard metrics](app/standard-metrics.md) (accuracy currently affected by sampling) | :warning: | :warning: | :warning: | :white_check_mark: |
549-
| [Fixed-rate sampling](app/sampling.md) | :warning: | :warning: | :warning: | :white_check_mark: |
550-
| [Offline storage and automatic retries](app/opentelemetry-configuration.md#offline-storage-and-automatic-retries) | :warning: | :warning: | :warning: | :white_check_mark: |
551-
| [Exception reporting](app/asp-net-exceptions.md) | :warning: | :warning: | :warning: | :white_check_mark: |
552-
| [Logs collection](app/asp-net-trace-logs.md) | :warning: | :warning: | :warning: | :white_check_mark: |
553-
| [Custom Events](app/usage-overview.md#custom-business-events) | :x: | :x: | :x: | :white_check_mark: |
554-
| [Azure Active Directory authentication](app/azure-ad-authentication.md) | :warning: | :warning: | :warning: | :white_check_mark: |
555-
| [Live metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
556-
| Detect Resource Context for VM/VMSS and App Svc | :warning: | :x: | :warning: | :white_check_mark: |
557-
| Detect Resource Context for AKS and Functions | :x: | :x: | :x: | :white_check_mark: |
558-
| Availability Testing Span Filtering | :x: | :x: | :x: | :white_check_mark: |
559-
| Autopopulation of user ID, authenticated user ID, and user IP | :x: | :x: | :x: | :white_check_mark: |
560-
| Manually override/set operation name, user ID, or authenticated user ID | :x: | :x: | :x: | :white_check_mark: |
561-
| [Adaptive sampling](app/sampling.md#adaptive-sampling) | :x: | :x: | :x: | :white_check_mark: |
562-
| [Profiler](profiler/profiler-overview.md) | :x: | :x: | :x: | :warning: |
563-
| [Snapshot Debugger](snapshot-debugger/snapshot-debugger.md) | :x: | :x: | :x: | :x: |
544+
|Feature | .NET | Node.js | Python | Java |
545+
|--------------------------------------------------------------------------------------------------------------------|--------------------|--------------------|--------------------|--------------------|
546+
| [Distributed tracing](app/distributed-tracing-telemetry-correlation.md) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
547+
| [Custom metrics](app/opentelemetry-add-modify.md#add-custom-metrics) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
548+
| [Standard metrics](app/standard-metrics.md) (accuracy currently affected by sampling) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
549+
| [Fixed-rate sampling](app/sampling.md) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
550+
| [Offline storage and automatic retries](app/opentelemetry-configuration.md#offline-storage-and-automatic-retries) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
551+
| [Exception reporting](app/asp-net-exceptions.md) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
552+
| [Logs collection](app/asp-net-trace-logs.md) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
553+
| [Custom Events](app/usage-overview.md#custom-business-events) | :warning: | :warning: | :warning: | :white_check_mark: |
554+
| [Azure Active Directory authentication](app/azure-ad-authentication.md) | :warning: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
555+
| [Live metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
556+
| Detect Resource Context for VM/VMSS and App Svc | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: |
557+
| Detect Resource Context for AKS and Functions | :x: | :x: | :x: | :white_check_mark: |
558+
| Availability Testing Span Filtering | :x: | :x: | :x: | :white_check_mark: |
559+
| Autopopulation of user ID, authenticated user ID, and user IP | :x: | :x: | :x: | :white_check_mark: |
560+
| Manually override/set operation name, user ID, or authenticated user ID | :x: | :x: | :x: | :white_check_mark: |
561+
| [Adaptive sampling](app/sampling.md#adaptive-sampling) | :x: | :x: | :x: | :white_check_mark: |
562+
| [Profiler](profiler/profiler-overview.md) | :x: | :x: | :x: | :warning: |
563+
| [Snapshot Debugger](snapshot-debugger/snapshot-debugger.md) | :x: | :x: | :x: | :x: |
564564
565565
**Key**
566566
- :white_check_mark: This feature is available to all customers with formal support.

0 commit comments

Comments
 (0)