Skip to content

Commit 05bbed8

Browse files
committed
Learn Editor: Update opentelemetry-enable.md
1 parent a1c5f43 commit 05bbed8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Follow the steps in this section to instrument your application with OpenTelemet
5656
- A Java application using Java 8+
5757

5858
### [Node.js](#tab/nodejs)
59+
> [!NOTE]
60+
> If you rely on any properties in the [not-supported table](https://github.com/microsoft/ApplicationInsights-node.js/blob/beta/README.md#ApplicationInsights-Shim-Unsupported-Properties), use the distro, and we'll provide a migration guide soon. If not, the App Insights shim is your easiest path forward when it's out of beta.
5961
6062
- Application using an officially [supported version](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry-exporter#currently-supported-environments) of Node.js runtime:
6163
- [OpenTelemetry supported runtimes](https://github.com/open-telemetry/opentelemetry-js#supported-runtimes)
@@ -65,6 +67,10 @@ Follow the steps in this section to instrument your application with OpenTelemet
6567

6668
- Python Application using Python 3.7+
6769

70+
71+
72+
73+
6874
---
6975

7076
> [!TIP]
@@ -134,6 +140,10 @@ Install the latest [azure-monitor-opentelemetry](https://pypi.org/project/azure-
134140
pip install azure-monitor-opentelemetry
135141
```
136142

143+
144+
145+
146+
137147
---
138148

139149
### Enable Azure Monitor Application Insights
@@ -240,6 +250,10 @@ input()
240250

241251
```
242252

253+
254+
255+
256+
243257
---
244258

245259
#### Copy the Connection String from your Application Insights Resource
@@ -354,4 +368,6 @@ As part of using Application Insights instrumentation, we collect and send diagn
354368
- To see available OpenTelemetry instrumentations and components, see the [OpenTelemetry Contributor Python GitHub repository](https://github.com/open-telemetry/opentelemetry-python-contrib).
355369
- To enable usage experiences, [enable web or browser user monitoring](javascript.md).
356370

371+
357372
---
373+

0 commit comments

Comments
 (0)