Skip to content

Commit 9841290

Browse files
Merge pull request #253408 from AaronMaxwell/aaronmax-otel-enable-reorder
Aaronmax otel enable reorder
2 parents d81bdad + a431a94 commit 9841290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ span_id = trace.get_current_span().get_span_context().span_id
22742274

22752275
- To further configure the OpenTelemetry distro, see [Azure Monitor OpenTelemetry configuration](opentelemetry-configuration.md)
22762276
- To review the source code, see the [Azure Monitor AspNetCore GitHub repository](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore).
2277-
- To install the Nuget package, check for updates, or view release notes, see the [Azure Monitor AspNetCore Nuget Package](https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.AspNetCore) page.
2277+
- To install the NuGet package, check for updates, or view release notes, see the [Azure Monitor AspNetCore NuGet Package](https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.AspNetCore) page.
22782278
- To become more familiar with Azure Monitor and OpenTelemetry, see the [Azure Monitor Example Application](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/tests/Azure.Monitor.OpenTelemetry.AspNetCore.Demo).
22792279
- To learn more about OpenTelemetry and its community, see the [OpenTelemetry .NET GitHub repository](https://github.com/open-telemetry/opentelemetry-dotnet).
22802280
- To enable usage experiences, [enable web or browser user monitoring](javascript.md).
@@ -2283,7 +2283,7 @@ span_id = trace.get_current_span().get_span_context().span_id
22832283

22842284
- To further configure the OpenTelemetry distro, see [Azure Monitor OpenTelemetry configuration](opentelemetry-configuration.md)
22852285
- To review the source code, see the [Azure Monitor Exporter GitHub repository](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter).
2286-
- To install the Nuget package, check for updates, or view release notes, see the [Azure Monitor Exporter Nuget Package](https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.Exporter) page.
2286+
- To install the NuGet package, check for updates, or view release notes, see the [Azure Monitor Exporter NuGet Package](https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.Exporter) page.
22872287
- To become more familiar with Azure Monitor and OpenTelemetry, see the [Azure Monitor Example Application](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Demo).
22882288
- To learn more about OpenTelemetry and its community, see the [OpenTelemetry .NET GitHub repository](https://github.com/open-telemetry/opentelemetry-dotnet).
22892289
- To enable usage experiences, [enable web or browser user monitoring](javascript.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ OpenTelemetry offerings are available for .NET, Node.js, Python and Java applica
1818

1919
|Language |Release Status |
2020
|----------------|----------------------------------------|
21-
|ASP.NET Core | :warning: <sup>[2](#PREVIEW)</sup> |
2221
|.NET (Exporter) | :white_check_mark: <sup>[1](#GA)</sup> |
2322
|Java | :white_check_mark: <sup>[1](#GA)</sup> |
2423
|Node.js | :white_check_mark: <sup>[1](#GA)</sup> |
2524
|Python | :white_check_mark: <sup>[1](#GA)</sup> |
25+
|ASP.NET Core | :warning: <sup>[2](#PREVIEW)</sup> |
2626

2727
**Footnotes**
2828
- <a name="GA"> :white_check_mark: 1</a>: OpenTelemetry is available to all customers with formal support.

0 commit comments

Comments
 (0)