-
Notifications
You must be signed in to change notification settings - Fork 795
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, add support for mongodb > 3.3 #622
Comments
For ref, see both #205 (comment) and #205 (comment) |
I've tried to implement the APM API thats designed to collect traces for mongodb operations. However they didn't fix the underlying design of their driver which loose the context, so we still need to patch every method to fix that. |
This has been released in the |
Is your feature request related to a problem? Please describe.
#621
Describe the solution you'd like
Collect traces from MongoDB operations
Describe alternatives you've considered
Current plugin fails to collect traces when using
mongodb
> 3.3Additional context
@vmarchaud pointed out that mongodb has changed something internally in versions > 3.3, which caused the plugin to no longer work on the new versions
Thanks!
The text was updated successfully, but these errors were encountered: