-
Notifications
You must be signed in to change notification settings - Fork 619
docs(instrumentation-fs): update readme #2779
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
docs(instrumentation-fs): update readme #2779
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2779 +/- ##
==========================================
+ Coverage 89.45% 89.50% +0.04%
==========================================
Files 174 174
Lines 8318 8318
Branches 1591 1591
==========================================
+ Hits 7441 7445 +4
+ Misses 877 873 -4 🚀 New features to boost your workflow:
|
trentm
left a comment
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.
Sigh. It looks like our over-zealous linting of the READMEs is not happy about the different language being used here:
/home/runner/work/opentelemetry-js-contrib/opentelemetry-js-contrib/scripts/lint-readme.js:72
throw new Error(
^
Error: README.md dist text is not valid. Please add the following text to the README.md file:
If total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`[https://www.npmjs.com/package/@opentelemetry/sdk-node`)](https://www.npmjs.com/package/@opentelemetry/sdk-node%60)) for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK `1.0+`.
We'll want to relax that lint error in that script.
…ing auto-instrumentations-node This is no longer a valid assumption. The 'fs' instrumentation, for example, is no longer a default part of auto-instrumentations-node.
Done in commit 80b1da6. |
Co-authored-by: Trent Mick <[email protected]>
pichlermarc
left a comment
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.
thank you! 🙂
Issue that will be fixed: #2775
Which problem is this PR solving?
--The README contained outdated usage instructions and compatibility details.
Short description of the changes
fsinstrumentation.@opentelemetry/auto-instrumentations-node.1.3+and Node.js>=18.