Hi,
No auto-instrumentation for Doctrine library exists at the moment and I was wondering whether there is a planned integration of this instrumentation as a separated package. In the meantime I'm currently using my solution inspired by the existing PDO instrumentation.
This instrumentation hooks on the classes \Doctrine\DBAL\Driver and \Doctrine\DBAL\Driver\Connection
and has been tested using Microsoft SQL Server.
Are you in favor of including my proposal as a pull request?
Any comments or enhancements are greatly appreciated.