-
Notifications
You must be signed in to change notification settings - Fork 820
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
Load plugins when Node.js tracer is started #199
Labels
Comments
PR: #168 |
I think good to have this issue, PR is still under review/discussion. |
This was referenced Sep 10, 2019
jtmalinowski
pushed a commit
to jtmalinowski/opentelemetry-js
that referenced
this issue
Feb 23, 2021
* chore: gitignore * chore: tmp * chore: upgrading to ver. 0.11.0, few small fixes * chore: changelog v0.10.0 * chore: renaming package name "plugins-node-all" to "plugins-node-core-and-contrib" * chore: fixing react plugin tests * chore: updating changelog * chore: updating changelog * chore: renaming plugins-node-all to plugins-node-core-and-contrib
jtmalinowski
pushed a commit
to jtmalinowski/opentelemetry-js
that referenced
this issue
Mar 8, 2021
* chore: gitignore * chore: tmp * chore: upgrading to ver. 0.11.0, few small fixes * chore: changelog v0.10.0 * chore: renaming package name "plugins-node-all" to "plugins-node-core-and-contrib" * chore: fixing react plugin tests * chore: updating changelog * chore: updating changelog * chore: renaming plugins-node-all to plugins-node-core-and-contrib
dyladan
pushed a commit
that referenced
this issue
Mar 29, 2021
* chore: gitignore * chore: tmp * chore: upgrading to ver. 0.11.0, few small fixes * chore: changelog v0.10.0 * chore: renaming package name "plugins-node-all" to "plugins-node-core-and-contrib" * chore: fixing react plugin tests * chore: updating changelog * chore: updating changelog * chore: renaming plugins-node-all to plugins-node-core-and-contrib
pichlermarc
pushed a commit
to dynatrace-oss-contrib/opentelemetry-js
that referenced
this issue
Dec 15, 2023
* chore: gitignore * chore: tmp * chore: upgrading to ver. 0.11.0, few small fixes * chore: changelog v0.10.0 * chore: renaming package name "plugins-node-all" to "plugins-node-core-and-contrib" * chore: fixing react plugin tests * chore: updating changelog * chore: updating changelog * chore: renaming plugins-node-all to plugins-node-core-and-contrib
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Known modules like for HTTP or GRPC are wrapped by hooking into the module loader and we need to do that when the tracer is ready to use.
tracer.start()
would be the ideal location to add this functionality.The text was updated successfully, but these errors were encountered: