Skip to content

Commit 9174f28

Browse files
Merge pull request #281952 from mattmccleary/patch-38
.NET to support Live Metrics Filtering
2 parents 004ba3b + 1e6d196 commit 9174f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following chart breaks out OpenTelemetry feature support for each language.
9494
| [Custom Events](../app/usage.md#track-user-interactions-with-custom-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: |
9696
| [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: |
97+
| [Live Metrics Filtering](../app/live-stream.md#select-and-filter-your-metrics) | :white_check_mark: | :x: | :x: | :x: |
9898
| Detect Resource Context for VM/VMSS and App Service | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: |
9999
| Detect Resource Context for Azure Kubernetes Service (AKS) and Functions | :x: | :x: | :x: | :white_check_mark: |
100100
| Availability Testing Events generated using the Track Availability API | :x: | :x: | :x: | :white_check_mark: |
@@ -147,4 +147,4 @@ You could be trying to visualize raw text logs rather than OpenTelemetry traces.
147147

148148
In Application Insights, the 'Traces' table stores raw text logs for diagnostic purposes. They aid in identifying and correlating traces associated with user requests, other events, and exception reports. However, the 'Traces' table doesn't directly contribute to the end-to-end transaction view (waterfall chart) in visualization tools like Grafana.
149149

150-
With the growing adoption of cloud-native practices, there's an evolution in telemetry collection and terminology. OpenTelemetry became a standard for collecting and instrumenting telemetry data. In this context, the term 'Traces' took on a new meaning. Rather than raw logs, 'Traces' in OpenTelemetry refer to a richer, structured form of telemetry that includes spans, which represent individual units of work. These spans are crucial for constructing detailed transaction views, enabling better monitoring and diagnostics of cloud-native applications.
150+
With the growing adoption of cloud-native practices, there's an evolution in telemetry collection and terminology. OpenTelemetry became a standard for collecting and instrumenting telemetry data. In this context, the term 'Traces' took on a new meaning. Rather than raw logs, 'Traces' in OpenTelemetry refer to a richer, structured form of telemetry that includes spans, which represent individual units of work. These spans are crucial for constructing detailed transaction views, enabling better monitoring and diagnostics of cloud-native applications.

0 commit comments

Comments
 (0)