You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Ensures eligibility for the latest bug and security fixes
15
+
***Clean install** the [Node.js Azure Monitor OpenTelemetry Distro](https://github.com/microsoft/opentelemetry-azure-monitor-js).
16
+
* Remove dependencies on the Application Insights classic API.
17
+
* Familiarize yourself with OpenTelemetry APIs and terms.
18
+
* Position yourself to use all that OpenTelemetry offers now and in the future.
19
+
***Upgrade** to Node.js SDK 3.X.
20
+
* Postpone code changes while preserving compatibility with existing custom events and metrics.
21
+
* Access to richer OpenTelemetry instrumentation libraries.
22
+
* Maintain eligibility for the latest bug and security fixes.
24
23
25
24
## [Clean install](#tab/cleaninstall)
26
25
@@ -38,7 +37,7 @@ Upgrading to OpenTelemetry:
38
37
39
38
3. Remove 2.X SDK implementation from your code.
40
39
41
-
Remove all Application Insights instrumentation from your code. You must delete any sections where the Application Insights client initializes, modifies, or calls.
40
+
Remove all Application Insights instrumentation from your code. Delete any sections where the Application Insights client is initialized, modified, or called.
42
41
43
42
4. Enable Application Insights with the Azure Monitor OpenTelemetry Distro.
44
43
@@ -90,7 +89,7 @@ This example shows the equivalent of creating and applying a telemetry processor
0 commit comments