-
Notifications
You must be signed in to change notification settings - Fork 821
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
chore: remove getting started and link to documentation. #2493
chore: remove getting started and link to documentation. #2493
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2493 +/- ##
=======================================
Coverage 93.05% 93.05%
=======================================
Files 139 139
Lines 5172 5172
Branches 1110 1110
=======================================
Hits 4813 4813
Misses 359 359 |
Would you like to rebase this, @svrnm? |
@rauno56 done. |
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 assume the guide(or equivalent info) moved to the website repo, right?
Yes exactly. The docs on the website now contain similar information (not exactly the same) |
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
This PR does the following, Updates the link to "Getting Started" to the [most recent link provided in the OTel-JS Repo](https://github.com/open-telemetry/opentelemetry-js/blob/main/README.md?plain=1#L5) This change in linking is documented in OTel-JS [commit apollographql#2493](open-telemetry/opentelemetry-js#2493)
To reflect the change of location [upstream] [upstream]: open-telemetry/opentelemetry-js#2493
Per @abernix's [great suggestion](apollographql#1302 (review)), this PR does the following, - Updates the link to "Getting Started" to the [most recent link provided in the OTel-JS Repo](https://github.com/open-telemetry/opentelemetry-js/blob/main/README.md?plain=1#L5) - This change in linking is documented in OTel-JS [commit apollographql#2493](open-telemetry/opentelemetry-js#2493)
Which problem is this PR solving?
As per the SIG discussion yesterday this PR removes the old getting started guide and links to the official documentation at https://opentelemetry.io/docs/js/getting_started/
Short description of the changes
Note, if you grep for "getting-started", there are a few more references, they all point to a jaeger getting started.