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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Live metrics are currently supported for ASP.NET, ASP.NET Core, Azure Functions,
44
44
*[ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Enabled by default.
45
45
*[Java](./opentelemetry-enable.md?tabs=java): Enabled by default.
46
46
*[Node.js](opentelemetry-enable.md?tabs=nodejs): Enabled by default.
47
-
*[Python](opentelemetry-enable.md?tabs=python): Enabled by default.
47
+
*[Python](opentelemetry-enable.md?tabs=python): Pass `enable_live_metrics=True` into `configure_azure_monitor`. See the [Azure Monitor OpenTelemetry Distro](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry#usage) documentation for more information.
48
48
49
49
# [Classic API](#tab/classic)
50
50
@@ -55,7 +55,7 @@ Live metrics are currently supported for ASP.NET, ASP.NET Core, Azure Functions,
55
55
56
56
---
57
57
58
-
2. Open the Application Insigwhts resource for your application in the [Azure portal](https://portal.azure.com). Select **Live metrics**, which is listed under **Investigate** in the left hand menu.
58
+
2. Open the Application Insights resource for your application in the [Azure portal](https://portal.azure.com). Select **Live metrics**, which is listed under **Investigate** in the left hand menu.
59
59
60
60
3.[Secure the control channel](#secure-the-control-channel) if you might use sensitive data like customer names in your filters.
61
61
@@ -134,7 +134,7 @@ It's possible to try custom filters without having to set up an authenticated ch
| Python |Supported (Distro Version 1.6.0+)|**Not supported**|**Not supported**|**Not supported**|**Not supported**|
138
138
139
139
Basic metrics include request, dependency, and exception rate. Performance metrics (performance counters) include memory and CPU. Sample telemetry shows a stream of detailed information for failed requests and dependencies, exceptions, events, and traces.
0 commit comments