Skip to content

Commit 66bd22f

Browse files
Merge pull request #252154 from AaronMaxwell/aaronmax-update-otel-note-alerts
Updating various OTEL notes for GA
2 parents 24a4b99 + ce8e118 commit 66bd22f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For a detailed view of all autoinstrumentation supported environments, languages
8282

8383
For other scenarios, the [Application Insights SDK](/dotnet/api/overview/azure/insights) is required.
8484

85-
A preview [OpenTelemetry](opentelemetry-enable.md?tabs=net) offering is also available.
85+
An [OpenTelemetry](opentelemetry-enable.md?tabs=net) offering is also available.
8686

8787
### [Java](#tab/java)
8888

@@ -94,7 +94,7 @@ Autoinstrumentation is available for any environment by using [Azure Monitor Ope
9494

9595
Autoinstrumentation is available for [Azure App Service](azure-web-apps-nodejs.md).
9696

97-
The [Application Insights SDK](nodejs.md) is an alternative. We also have a preview [OpenTelemetry](opentelemetry-enable.md?tabs=nodejs) offering available.
97+
The [Application Insights SDK](nodejs.md) is an alternative. We also have an [OpenTelemetry](opentelemetry-enable.md?tabs=nodejs) offering available.
9898

9999
### [JavaScript](#tab/javascript)
100100

@@ -106,7 +106,7 @@ Python applications can be monitored by using [OpenCensus Python SDK via the Azu
106106

107107
An extension is available for monitoring [Azure Functions](opencensus-python.md#integrate-with-azure-functions).
108108

109-
A preview [OpenTelemetry](opentelemetry-enable.md?tabs=python) offering is also available.
109+
An [OpenTelemetry](opentelemetry-enable.md?tabs=python) offering is also available.
110110

111111
---
112112

@@ -148,7 +148,7 @@ This section lists all supported platforms and frameworks.
148148
* [Angular](./javascript-framework-extensions.md)
149149

150150
> [!NOTE]
151-
> OpenTelemetry-based instrumentation is available in preview for [C#, Node.js, and Python](opentelemetry-enable.md). Review the limitations noted at the beginning of each language's official documentation. If you require a full-feature experience, use the existing Application Insights SDKs.
151+
> OpenTelemetry-based instrumentation is available for [C#, Node.js, and Python](opentelemetry-enable.md). Review the limitations noted at the beginning of each language's official documentation. If you require a full-feature experience, use the existing Application Insights SDKs.
152152
153153
### Logging frameworks
154154
* [ILogger](./ilogger.md)

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Application Insights can collect the following telemetry from your ASP.NET Core
2323
2424
We use an [MVC application](/aspnet/core/tutorials/first-mvc-app) example. If you're using the [Worker Service](/aspnet/core/fundamentals/host/hosted-services#worker-service-template), use the instructions in [Application Insights for Worker Service applications](./worker-service.md).
2525

26-
A preview [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. For more information, see [OpenTelemetry overview](opentelemetry-overview.md).
26+
An [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. For more information, see [OpenTelemetry overview](opentelemetry-overview.md).
2727

2828
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
2929

articles/azure-monitor/app/asp-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: contperf-fy21q1
1212
This procedure configures your ASP.NET web app to send telemetry to the [Application Insights](./app-insights-overview.md) feature of the Azure Monitor service. It works for ASP.NET apps that are hosted either in your own IIS servers on-premises or in the cloud.
1313

1414
> [!NOTE]
15-
> A preview [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. [Learn more](opentelemetry-overview.md).
15+
> An [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. [Learn more](opentelemetry-overview.md).
1616
1717
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
1818

articles/azure-monitor/app/distributed-tracing-telemetry-correlation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ With the proper Application Insights SDK installed and configured, tracing infor
3939

4040
Application Insights now supports distributed tracing through [OpenTelemetry](https://opentelemetry.io/). OpenTelemetry provides a vendor-neutral instrumentation to send traces, metrics, and logs to Application Insights. Initially, the OpenTelemetry community took on distributed tracing. Metrics and logs are still in progress.
4141

42-
A complete observability story includes all three pillars, but currently our [Azure Monitor OpenTelemetry-based exporter preview offerings for .NET, Python, and JavaScript](opentelemetry-enable.md) only include distributed tracing. Our Java OpenTelemetry-based Azure Monitor offering is generally available and fully supported.
42+
A complete observability story includes all three pillars. Check the status of our [Azure Monitor OpenTelemetry-based offerings](opentelemetry-enable.md) to see the latest status on what's included, which offerings are generally available, and support options.
4343

4444
The following pages consist of language-by-language guidance to enable and configure Microsoft's OpenTelemetry-based offerings. Importantly, we share the available functionality and limitations of each offering so you can determine whether OpenTelemetry is right for your project.
4545

articles/azure-monitor/app/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Node.js client library can automatically monitor incoming and outgoing HTTP
1919
You can use the TelemetryClient API to manually instrument and monitor more aspects of your app and system. We describe the TelemetryClient API in more detail later in this article.
2020

2121
> [!NOTE]
22-
> A preview [OpenTelemetry-based Node.js offering](opentelemetry-enable.md?tabs=nodejs) is available. [Learn more](opentelemetry-overview.md).
22+
> An [OpenTelemetry-based Node.js offering](opentelemetry-enable.md?tabs=nodejs) is available. [Learn more](opentelemetry-overview.md).
2323
2424
## Get started
2525

articles/azure-monitor/app/tutorial-asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Application Insights can collect the following telemetry from your ASP.NET Core
2525
For a sample application, we'll use an [ASP.NET Core MVC application](https://github.com/AaronMaxwell/AzureCafe) that targets `net6.0`. However, you can apply these instructions to all ASP.NET Core applications. If you're using the [Worker Service](/aspnet/core/fundamentals/host/hosted-services#worker-service-template), use the instructions from [here](./worker-service.md).
2626

2727
> [!NOTE]
28-
> A preview [OpenTelemetry-based .NET offering](./opentelemetry-enable.md?tabs=net) is available. [Learn more](./opentelemetry-overview.md).
28+
> An [OpenTelemetry-based .NET offering](./opentelemetry-enable.md?tabs=net) is available. [Learn more](./opentelemetry-overview.md).
2929
3030
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
3131

0 commit comments

Comments
 (0)