Skip to content

Commit f84c277

Browse files
committed
OTEL Live Metrics
1 parent 2ffda3b commit f84c277

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

articles/azure-monitor/app/opentelemetry-configuration.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,94 @@ export OTEL_TRACES_SAMPLER_ARG=0.1
385385

386386
<a name='enable-entra-id-formerly-azure-ad-authentication'></a>
387387

388+
## Live metrics
389+
390+
[Live metrics](live-stream.md) provides a real-time analytics dashboard for insight into application activity and performance.
391+
392+
#### [ASP.NET Core](#tab/aspnetcore)
393+
394+
<!--
395+
396+
TODO:
397+
398+
This feature is/isn't enabled by default.
399+
400+
Functionality and customization are covered in the following configuration sample.
401+
402+
```
403+
Configuration sample
404+
```
405+
406+
-->
407+
408+
#### [.NET](#tab/net)
409+
410+
<!--
411+
412+
TODO:
413+
414+
This feature is/isn't enabled by default.
415+
416+
Functionality and customization are covered in the following configuration sample.
417+
418+
```
419+
Configuration sample
420+
```
421+
422+
-->
423+
424+
#### [Java](#tab/java)
425+
426+
<!--
427+
428+
TODO:
429+
430+
This feature is/isn't enabled by default.
431+
432+
Functionality and customization are covered in the following configuration sample.
433+
434+
```
435+
Configuration sample
436+
```
437+
438+
-->
439+
440+
#### [Node.js](#tab/nodejs)
441+
442+
<!--
443+
444+
TODO:
445+
446+
This feature is/isn't enabled by default.
447+
448+
Functionality and customization are covered in the following configuration sample.
449+
450+
```
451+
Configuration sample
452+
```
453+
454+
-->
455+
456+
#### [Python](#tab/python)
457+
458+
Live metrics is enabled by default.
459+
460+
<!--
461+
462+
TODO:
463+
464+
This feature is/isn't enabled by default.
465+
466+
Functionality and customization are covered in the following configuration sample.
467+
468+
```
469+
Configuration sample
470+
```
471+
472+
-->
473+
474+
---
475+
388476
## Enable Microsoft Entra ID (formerly Azure AD) authentication
389477

390478
You might want to enable Microsoft Entra authentication for a more secure connection to Azure, which prevents unauthorized telemetry from being ingested into your subscription.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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) | :x: | :x: | :x: | :white_check_mark: |
96+
| [Live metrics](../app/live-stream.md) | :warning: | :warning: | :warning: | :white_check_mark: |
9797
| Detect Resource Context for VM/VMSS and App Service | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: |
9898
| Detect Resource Context for Azure Kubernetes Service (AKS) and Functions | :x: | :x: | :x: | :white_check_mark: |
9999
| Availability Testing Span Filtering | :x: | :x: | :x: | :white_check_mark: |

0 commit comments

Comments
 (0)