Skip to content

Commit 879a4a6

Browse files
authored
Update opentelemetry-configuration.md
1 parent e8834d8 commit 879a4a6

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -449,22 +449,16 @@ Configuration sample
449449
> [!IMPORTANT]
450450
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
451451
452-
<!--
453-
454-
TODO:
455-
456-
This feature is/isn't enabled by default.
452+
You can enable live metrics using the Azure monitor OpenTelemetry Distro for Python as follows:
457453

458-
Functionality and customization are covered in the following configuration sample.
459-
460-
```
461-
Configuration sample
454+
```python
455+
...
456+
configure_azure_monitor(
457+
enable_live_metrics=True
458+
)
459+
...
462460
```
463461

464-
-->
465-
466-
---
467-
468462
## Enable Microsoft Entra ID (formerly Azure AD) authentication
469463

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

0 commit comments

Comments
 (0)