Skip to content

Commit 71141d2

Browse files
authored
Add Reference to OpenTelemetry in Live Stream Docs
1 parent 66ae065 commit 71141d2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/azure-monitor/app/live-stream.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,22 @@ Live Metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions,
3434
## Get started
3535

3636
> [!IMPORTANT]
37-
> To enable Application Insights, ensure that it's activated in the Azure portal and your app is using a recent version of the [Application Insights](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) NuGet package. Without the NuGet package, some telemetry is sent to Application Insights, but that telemetry won't show in Live Metrics.
37+
> To enable Application Insights, ensure that it's activated in the Azure portal and your app is using a recent version of the [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md) or Classic [Application Insights](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) NuGet package. Without the NuGet package, some telemetry is sent to Application Insights, but that telemetry won't show in Live Metrics.
3838
3939
1. Follow language-specific guidelines to enable Live Metrics:
40+
41+
Using OpenTelemetry (Recommended):
42+
* [ASP.NET](opentelemetry-enable.md?tabs=net): Live Metrics is enabled by default.
43+
* [ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Live Metrics is enabled by default.
44+
* [Java](./opentelemetry-enable.md?tabs=java): Live Metrics is enabled by default.
45+
* [Node.js](opentelemetry-enable.md?tabs=nodejs): Live Metrics is enabled by default.
46+
* [Python](opentelemetry-enable.md?tabs=python): Live Metrics is enabled by default.
47+
48+
Using Classic:
4049
* [ASP.NET](./asp-net.md): Live Metrics is enabled by default.
4150
* [ASP.NET Core](./asp-net-core.md): Live Metrics is enabled by default.
4251
* [.NET/.NET Core Console/Worker](./worker-service.md): Live Metrics is enabled by default.
4352
* [.NET Applications: Enable using code](#enable-live-metrics-by-using-code-for-any-net-application).
44-
* [Java](./opentelemetry-enable.md?tabs=java): Live Metrics is enabled by default.
4553
* [Node.js](./nodejs.md#live-metrics)
4654

4755
1. In the [Azure portal](https://portal.azure.com), open the Application Insights resource for your app. Then open Live Stream.

0 commit comments

Comments
 (0)