Skip to content

Commit b4ab79c

Browse files
Merge pull request #279405 from jeremydvoss/live-metrics
Fix Python Live Metrics docs
2 parents bea9613 + 548d32e commit b4ab79c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Live metrics are currently supported for ASP.NET, ASP.NET Core, Azure Functions,
4444
* [ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Enabled by default.
4545
* [Java](./opentelemetry-enable.md?tabs=java): Enabled by default.
4646
* [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.
4848

4949
# [Classic API](#tab/classic)
5050

@@ -55,7 +55,7 @@ Live metrics are currently supported for ASP.NET, ASP.NET Core, Azure Functions,
5555

5656
---
5757

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.
5959

6060
3. [Secure the control channel](#secure-the-control-channel) if you might use sensitive data like customer names in your filters.
6161

@@ -134,7 +134,7 @@ It's possible to try custom filters without having to set up an authenticated ch
134134
| Azure Functions v2 | Supported | Supported | Supported | Supported | **Not supported** |
135135
| Java | Supported (V2.0.0+) | Supported (V2.0.0+) | **Not supported** | Supported (V3.2.0+) | **Not supported** |
136136
| Node.js | Supported (V1.3.0+) | Supported (V1.3.0+) | **Not supported** | Supported (V1.3.0+) | **Not supported** |
137-
| Python | **Not supported** | **Not supported** | **Not supported** | **Not supported** | **Not supported** |
137+
| Python | Supported (Distro Version 1.6.0+) | **Not supported** | **Not supported** | **Not supported** | **Not supported** |
138138

139139
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.
140140

0 commit comments

Comments
 (0)