-
Notifications
You must be signed in to change notification settings - Fork 806
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
feat: add plugin metapackages #1050
feat: add plugin metapackages #1050
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1050 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 213 213
Lines 8950 8950
Branches 806 806
=======================================
Hits 8514 8514
Misses 436 436 |
TODO: add README |
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.
As discussed in the SIG, please include README.md(including usage section) for both the packages.
@mayurkale22 think we want one readme to sit in |
I would prefer in each package, so that in (when we published to) npm you can see the details about the package. |
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
Introduce two new packages:
@opentelemetry/plugins-node-core
and@opentelemetry/plugins-web-core
which package all core plugins.