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
Hello!
Currently you don't have tracing for mongodb commands. I found that you already had the same feature request but it closed. I am ready to implement it. I think it is going to be useful not only for me.
Solution Brainstorm
For tracing I propose to use MongoDB\Driver\Monitoring\CommandSubscriber. This interface contains methods for subscribe for commandStarted and commandSucceeded.
The text was updated successfully, but these errors were encountered:
Problem Statement
Hello!
Currently you don't have tracing for mongodb commands. I found that you already had the same feature request but it closed. I am ready to implement it. I think it is going to be useful not only for me.
Solution Brainstorm
For tracing I propose to use MongoDB\Driver\Monitoring\CommandSubscriber. This interface contains methods for subscribe for commandStarted and commandSucceeded.
The text was updated successfully, but these errors were encountered: