-
Notifications
You must be signed in to change notification settings - Fork 842
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
mongodb-core plugin not loading, and not collecting traces #621
Comments
Sadly the plugin isn't compatible with |
I think as we are patching |
Thanks! closing this, i've reopened a feature request for > 3.3 support |
@mayurkale22 No we are currently patching |
…n-telemetry#621) * chore: change test utils files structure to match repo * feat(test-utils): mocha plugin for instrumentation testing * chore(instrumentation-mongodb): use test-utils to run tests * chore: lint and revert dep remove * Update packages/opentelemetry-test-utils/README.md * style: rename registerInstrumentation function * chore: fix lint * fix: wrong import of test-utils package * fix: entry point for test utils package * style(test-utils): fix lint * fix: don't hoist mocha for the plugin to take linked test-utils * ci: also don't hoist ts-mocha * chore: remove test-utils from root package.json
…mamir) open-telemetry#621 (open-telemetry#670) Co-Authored-By: Amir Blum amir@aspecto.io
What version of OpenTelemetry are you using?
0.3.0
What version of Node are you using?
v10.15.3
What did you do?
Load mongodb-core plugin into the NodeTracer this way:
What did you expect to see?
The plugin being loaded and patches applied
What did you see instead?
The plugin wasn't loaded, only other plugins listed did
Additional context
The plugin was loaded when I changed the key to
mongodb
onlyAlthough, with this change, not sure if related to it, traces of mongodb operations are not being collected at all
Thanks!
The text was updated successfully, but these errors were encountered: