Skip to content

Commit 04fb20e

Browse files
Merge pull request #277873 from mattmccleary/patch-38
Update Distro Feature Matrix
2 parents 6f9d6fd + 0606d12 commit 04fb20e

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,29 @@ 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+
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+
4051
* [ASP.NET](./asp-net.md): Live Metrics is enabled by default.
4152
* [ASP.NET Core](./asp-net-core.md): Live Metrics is enabled by default.
4253
* [.NET/.NET Core Console/Worker](./worker-service.md): Live Metrics is enabled by default.
4354
* [.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.
4555
* [Node.js](./nodejs.md#live-metrics)
4656

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

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

5161
[!INCLUDE [azure-monitor-log-analytics-rebrand](~/reusable-content/ce-skilling/azure/includes/azure-monitor-instrumentation-key-deprecation.md)]
5262

articles/azure-monitor/includes/azure-monitor-app-insights-opentelemetry-faqs.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,16 @@ The following chart breaks out OpenTelemetry feature support for each language.
9393
| [Logs collection](../app/asp-net-trace-logs.md) | :white_check_mark: | :warning: | :white_check_mark: | :white_check_mark: |
9494
| [Custom Events](../app/usage-overview.md#custom-business-events) | :warning: | :warning: | :warning: | :white_check_mark: |
9595
| [Microsoft Entra authentication](../app/azure-ad-authentication.md) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
96-
| [Live metrics](../app/live-stream.md) | :warning: | :warning: | :warning: | :white_check_mark: |
96+
| [Live metrics](../app/live-stream.md) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
97+
| [Live Metrics Filtering](../app/live-stream.md#select-and-filter-your-metrics) | :x: | :x: | :x: | :x: |
9798
| Detect Resource Context for VM/VMSS and App Service | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: |
98-
| Detect Resource Context for Azure Kubernetes Service (AKS) and Functions | :x: | :x: | :x: | :white_check_mark: |
99-
| Availability Testing Span Filtering | :x: | :x: | :x: | :white_check_mark: |
100-
| Autopopulation of user ID, authenticated user ID, and user IP | :x: | :x: | :x: | :white_check_mark: |
101-
| Manually override/set operation name, user ID, or authenticated user ID | :x: | :x: | :x: | :white_check_mark: |
99+
| Detect Resource Context for Azure Kubernetes Service (AKS) and Functions | :x: | :x: | :x: | :white_check_mark: |
100+
| Availability Testing Events generated using the Track Availability API | :x: | :x: | :x: | :white_check_mark: |
101+
| Filter requests, dependencies, logs, and exceptions by anonymous user ID and synthetic source | :x: | :x: | :x: | :white_check_mark: |
102+
| Filter dependencies, logs, and exceptions by operation name | :x: | :x: | :x: | :white_check_mark: |
102103
| [Adaptive sampling](../app/sampling.md#adaptive-sampling) | :x: | :x: | :x: | :white_check_mark: |
103-
| [Profiler](../profiler/profiler-overview.md) | :x: | :x: | :x: | :warning: |
104-
| [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md) | :x: | :x: | :x: | :x: |
104+
| [Profiler](../profiler/profiler-overview.md) | :white_check_mark: | :x: | :x: | :warning: |
105+
| [Snapshot Debugger](../snapshot-debugger/snapshot-debugger.md) | :white_check_mark: | :x: | :x: | :x: |
105106

106107
**Key**
107108
- :white_check_mark: This feature is available to all customers with formal support.

0 commit comments

Comments
 (0)