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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-dotnet-migrate.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ If you're getting started with Application Insights and don't need to migrate fr
44
44
45
45
---
46
46
47
+
> [!Tip]
48
+
> Our product group is actively seeking feedback on this documentation. Provide feedback to [email protected] or see the [Support](#support) section.
49
+
47
50
## Remove the Application Insights SDK
48
51
49
52
> [!Note]
@@ -245,6 +248,9 @@ If you're getting started with Application Insights and don't need to migrate fr
245
248
246
249
---
247
250
251
+
> [!Tip]
252
+
> Our product group is actively seeking feedback on this documentation. Provide feedback to [email protected] or see the [Support](#support) section.
253
+
248
254
## Enable OpenTelemetry
249
255
250
256
We recommended creating a development [resource](./create-workspace-resource.md) and using its [connection string](./sdk-connection-string.md) when following these instructions.
@@ -476,6 +482,9 @@ public class Program
476
482
477
483
---
478
484
485
+
> [!Tip]
486
+
> Our product group is actively seeking feedback on this documentation. Provide feedback to [email protected] or see the [Support](#support) section.
487
+
479
488
## Install and Configure Instrumentation Libraries
480
489
481
490
### [ASP.NET Core](#tab/aspnetcore)
@@ -1020,6 +1029,9 @@ The following scenarios are optional and apply to advanced users.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-enable.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,16 @@ Follow the steps in this section to instrument your application with OpenTelemet
38
38
39
39
-[ASP.NET Core Application](/aspnet/core/introduction-to-aspnet-core) using an officially supported version of [.NET](https://dotnet.microsoft.com/download/dotnet)
40
40
41
+
> [!Tip]
42
+
> If you're migrating from the Application Insights Classic API, see our [migration documentation](./opentelemetry-dotnet-migrate.md).
43
+
41
44
### [.NET](#tab/net)
42
45
43
46
- Application using an officially supported version of [.NET Core](https://dotnet.microsoft.com/download/dotnet) or [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) that's at least .NET Framework 4.6.2
44
47
48
+
> [!Tip]
49
+
> If you're migrating from the Application Insights Classic API, see our [migration documentation](./opentelemetry-dotnet-migrate.md).
50
+
45
51
### [Java](#tab/java)
46
52
47
53
- A Java application using Java 8+
@@ -55,10 +61,16 @@ Follow the steps in this section to instrument your application with OpenTelemet
0 commit comments