You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Python Elastic APM agent does not automatically instrument async calls to mongodb using motor
Describe the solution you'd like
Support for automatic instrumentation of motor similar to the way pymongo is instrumented
Describe alternatives you've considered
For now we have lived without instrumentation, although it looks like it should be possible to adapt the pymongo wrappers
I found out that adopting opentelemetry's approach to tracing mongo driver events works well with motor. Here's a simple instrumenter based on this approach:
Is your feature request related to a problem? Please describe.
The Python Elastic APM agent does not automatically instrument async calls to mongodb using motor
Describe the solution you'd like
Support for automatic instrumentation of motor similar to the way pymongo is instrumented
Describe alternatives you've considered
For now we have lived without instrumentation, although it looks like it should be possible to adapt the pymongo wrappers
Additional context
This is the motor project: https://github.com/mongodb/motor
It should be similar to pymongo
The text was updated successfully, but these errors were encountered: