Skip to content

Commit dc0ea7e

Browse files
authored
Update OTel Feature List
1 parent 9af119e commit dc0ea7e

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

articles/azure-monitor/faq.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -881,25 +881,24 @@ sections:
881881
answer: |
882882
The following chart breaks out OpenTelemetry feature support for each language.
883883
884-
|Feature | .NET | Node.js | Python | Java |
885-
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------|-----------|--------------------|
886-
| Distributed Tracing | :warning: | :warning: | :warning: | :white_check_mark: |
887-
| Metrics | :warning: | :warning: | :warning: | :white_check_mark: |
888-
| [Live Metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
889-
| Logging API (console logs and logging libraries) | :x: | :x: | :x: | :white_check_mark: |
890-
| [Profiler](profiler/profiler-overview.md) | :x: | :x: | :x: | :white_check_mark: |
891-
| [Snapshot Debugger](snapshot-debugger/snapshot-debugger.md) | :x: | :x: | :x: | :white_check_mark: |
892-
| [Azure AD authentication](app/azure-ad-authentication.md) | :x: | :x: | :x: | :white_check_mark: |
893-
| Auto-populate cloud role name/role instance | :x: | :x: | :x: | :white_check_mark: |
894-
| Autopopulation of User ID and Authenticated User ID | :x: | :x: | :x: | :white_check_mark: |
895-
| Autopopulation of User IP | :x: | :x: | :x: | :white_check_mark: |
896-
| Auto-populate cloud role name/role instance | :x: | :x: | :x: | :white_check_mark: |
897-
| Override [Operation Name](app/correlation.md#data-model-for-telemetry-correlation) | :x: | :x: | :x: | :white_check_mark: |
898-
| Manually set User ID or Authenticated User ID | :x: | :x: | :x: | :white_check_mark: |
899-
| Propagate Operation Name to Dependency Telemetry | :x: | :x: | :x: | :white_check_mark: |
900-
| [Instrumentation libraries](app/opentelemetry-enable.md#instrumentation-libraries) for Azure Functions | :x: | :x: | :x: | :white_check_mark: |
901-
| [Status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status) supports statuscode(unset,ok,error) and status-description. | :x: | :x: | :x: | :white_check_mark: |
902-
884+
|Feature | .NET | Node.js | Python | Java |
885+
|---------------------------------------------------------------------------------------------------------|-----------|-----------|-----------|--------------------|
886+
| [Distributed Tracing](app/distributed-tracing.md) | :warning: | :warning: | :warning: | :white_check_mark: |
887+
| [Custom Metrics](app/opentelemetry-enable.md#add-custom-metrics) | :warning: | :warning: | :warning: | :white_check_mark: |
888+
| [Standard Metrics](app/standard-metrics.md) (accuracy currently affected by sampling) | :warning: | :warning: | :warning: | :white_check_mark: |
889+
| [Fixed-Rate Sampling](app/sampling.md) | :warning: | :warning: | :warning: | :white_check_mark: |
890+
| [Offline Storage & Automatic Retries](app/opentelemetry-enable.md#offline-storage-and-automatic-retries)| :warning: | :warning: | :warning: | :white_check_mark: |
891+
| [Exception Reporting](/app/asp-net-exceptions.md) | :warning: | :warning: | :warning: | :white_check_mark: |
892+
| [Logs Collection](app/asp-net-trace-logs.md) | :x: | :x: | :x: | :white_check_mark: |
893+
| [Azure Active Directory (AAD) authentication](app/azure-ad-authentication.md) | :x: | :x: | :x: | :white_check_mark: |
894+
| [Auto-populate cloud role name/role instance on Azure](/app/correlation.md#role-names) | :x: | :x: | :x: | :white_check_mark: |
895+
| [Live Metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
896+
| Autopopulation of User ID, Authenticated User ID, and User IP | :x: | :x: | :x: | :white_check_mark: |
897+
| Manually override/set Operation Name, User ID or Authenticated User ID | :x: | :x: | :x: | :white_check_mark: |
898+
| [Adaptive Sampling](app/sampling.md#adaptive-sampling) | :x: | :x: | :x: | :white_check_mark: |
899+
| [Profiler](profiler/profiler-overview.md) | :x: | :x: | :x: | :white_check_mark: |
900+
| [Snapshot Debugger](snapshot-debugger/snapshot-debugger.md) | :x: | :x: | :x: | :white_check_mark: |
901+
903902
**Key**
904903
- :white_check_mark: : This feature is available to all customers with formal support.
905904
- :warning: : This feature is available as a public preview. [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)

0 commit comments

Comments
 (0)