Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create migration guide for ASP.NET applications #2864

Closed
wants to merge 3 commits into from

Conversation

TimothyMothra
Copy link
Member

@TimothyMothra TimothyMothra commented Apr 11, 2024

This PR adds a guide for migrating ASP.NET applications to OpenTelemetry.
Our team decided to start with ASP.NET.

Notes

  • We don't have a reputable example of configuring ILogger to ASP.NET applications.
  • All the steps in this doc are "Step 1". This is to make my life easier when making large changes to this doc. We can fix this before publishing.


### Step 1: Remove Application Insights SDK

When you first added ApplicationInsights to your project, the SDK would have added a config file and made some edits to the web.config.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing. I'm trying to reference existing docs as much as possible, but I didn't find this doc.
Regrettably, this doc is horribly out of date. But a number of our users are on older versions of our SDK where this might still be relevant. Let me think about how to handle this.

@TimothyMothra
Copy link
Member Author

Closing. will keep rough draft internal until ready to publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants