-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Changed getting started docs for .NET to coded instrumentation #3364
Changed getting started docs for .NET to coded instrumentation #3364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am wondering if we can take the instructions for automatic instrumentation and move some of it to a page /net/automatic/_index ?
I agree, we should move the autoinstrumentation docs to an autoinstrumentation folder. There will be people who would prefer to use it and we should still have that documented, even if it's not the default for getting started. |
092e31e
to
ba498a8
Compare
@martinjt anything you need from us to push this forward? Happy to have this change implemented. |
Sorry, I'd completely missed that this wasn't finished. Looking now |
8381a88
to
76bcd4d
Compare
Pretty sure it's ready now. |
@svrnm do let me know if you need anything else, might be easier to ping me on slack though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor changes, but overall lgtm.
The piece missing for me is that the instructions for the automatic instrumentation are still something worth keeping, so maybe as part of https://opentelemetry.io/docs/instrumentation/net/automatic/ there should be a section auto instrumenting the Getting Started app. Would this be something you can add to this PR or should we move this out into a separate one?
@svrnm let's keep this one smaller and make additional notes w.r.t. automatic instrumentation in a different PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs-wise this looks good, @open-telemetry/dotnet-approvers PTAL!
Assuming that this is merged: who (and when) wants to add getting started docs for automatic instrumentation? |
If nobody is going to take it, I will raise an issue and try to find some time to make a copy of what we have for automatic today |
25176c0
to
f45b810
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 |
Docs PR Checklist
This reverts the docs to using the .NET coded instrumentation that is more intuitive for .NET developers. This was discussed in the OTel-dotnet SIG and agreed that this is the approach we want to push for as the initial getting started as it's what .NET engineers expect to see.
opentelemetry.io repository.
Preview: https://deploy-preview-3364--opentelemetry.netlify.app/docs/instrumentation/net/getting-started/