glexey
Results
1
comments of
glexey
I found out that adopting [opentelemetry's approach](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation/opentelemetry-instrumentation-pymongo/src/opentelemetry/instrumentation/pymongo/__init__.py) to tracing mongo driver events works well with **motor**. Here's a simple instrumenter based on this approach: ```python from elasticapm.traces import execution_context from...