You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/live-stream.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,29 @@ Live Metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions,
34
34
## Get started
35
35
36
36
> [!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.
38
38
39
39
1. Follow language-specific guidelines to enable Live Metrics:
40
+
41
+
Using OpenTelemetry (Recommended):
42
+
43
+
*[ASP.NET](opentelemetry-enable.md?tabs=net): Live Metrics is enabled by default.
44
+
*[ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Live Metrics is enabled by default.
45
+
*[Java](./opentelemetry-enable.md?tabs=java): Live Metrics is enabled by default.
46
+
*[Node.js](opentelemetry-enable.md?tabs=nodejs): Live Metrics is enabled by default.
47
+
*[Python](opentelemetry-enable.md?tabs=python): Live Metrics is enabled by default.
48
+
49
+
Using Classic:
50
+
40
51
*[ASP.NET](./asp-net.md): Live Metrics is enabled by default.
41
52
*[ASP.NET Core](./asp-net-core.md): Live Metrics is enabled by default.
42
53
*[.NET/.NET Core Console/Worker](./worker-service.md): Live Metrics is enabled by default.
43
54
*[.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.
45
55
*[Node.js](./nodejs.md#live-metrics)
46
56
47
-
1. In the [Azure portal](https://portal.azure.com), open the Application Insights resource for your app. Then open Live Stream.
57
+
2. In the [Azure portal](https://portal.azure.com), open the Application Insights resource for your app. Then open Live Stream.
48
58
49
-
1.[Secure the control channel](#secure-the-control-channel) if you might use sensitive data like customer names in your filters.
59
+
3.[Secure the control channel](#secure-the-control-channel) if you might use sensitive data like customer names in your filters.
0 commit comments