elastic / elastic-otel-dotnet

Elastic OpenTelemetry .NET Distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add migration guide docs

stevejgordon opened this issue · comments

We should have a migration section in the docs which covers migrating two scenarios:

  • Migrate from Elastic APM Agent (ASP.NET Core)
  • Migrate for "vanilla" OpenTelemetry SDK (ASP.NET Core) where the before code adds OTLP + instrumentation. Show that we can reduce the code needed for this common scenario.