mongodb-bundle icon indicating copy to clipboard operation
mongodb-bundle copied to clipboard

Add profiling for remaining Collections class methods and Database command method

Open Algatux opened this issue 9 years ago • 1 comments

We need to profile remaining non profiled Collection class methods and evaluate to profile Database class methods too.

Algatux avatar Aug 21 '16 17:08 Algatux

Hello, instead of using the proxy "Capsule" classes to profile commands, you can use the monitoring features. This will work for every command that is sent. Here is an example of how to do: https://github.com/mongodb-labs/symfony-mongodb/blob/0.2.1/src/DataCollector/DriverEventSubscriber.php

GromNaN avatar May 23 '24 06:05 GromNaN