File tree Expand file tree Collapse file tree 2 files changed +89
-1
lines changed Expand file tree Collapse file tree 2 files changed +89
-1
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,94 @@ export OTEL_TRACES_SAMPLER_ARG=0.1
385
385
386
386
< a name = 'enable-entra-id-formerly-azure-ad-authentication' >< / a >
387
387
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
+
388
476
## Enable Microsoft Entra ID (formerly Azure AD) authentication
389
477
390
478
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 .
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The following chart breaks out OpenTelemetry feature support for each language.
93
93
| [ Logs collection] ( ../app/asp-net-trace-logs.md ) | :white_check_mark : | :warning : | :white_check_mark : | :white_check_mark : |
94
94
| [ Custom Events] ( ../app/usage-overview.md#custom-business-events ) | :warning : | :warning : | :warning : | :white_check_mark : |
95
95
| [ 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 : |
97
97
| Detect Resource Context for VM/VMSS and App Service | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : |
98
98
| Detect Resource Context for Azure Kubernetes Service (AKS) and Functions | :x : | :x : | :x : | :white_check_mark : |
99
99
| Availability Testing Span Filtering | :x : | :x : | :x : | :white_check_mark : |
You can’t perform that action at this time.
0 commit comments