doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

add Stopwatch support #702

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

This feature adds Symfony Stopwatch support. Events tracked are grouped into doctrine_mongodb category and use requestId as unique event name identifier.

image

Fixes #701, based on #594 but extracted this logger into a separate class (SRP).

Breaking changes:

malarzm commented 2 years ago

Thanks @IonBazan!