jcchavezs / zipkin-instrumentation-doctrine
Zipkin instrumentation for Doctrine ORM
Installs: 15 881
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 5
Requires
- doctrine/orm: 2.*
- openzipkin/zipkin: ^1.2.4|^2.0
Requires (Dev)
- phpunit/phpunit: ~5.6.3
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-11-05 02:02:55 UTC
README
doctrine/orm
does not expose proper interfaces for instrumentation, hence this library provides a connection extending the Doctrine\DBAL\Connection
class and
be able to instrument all database calls.
It is important to use the specific integrations for frameworks (e.g. Symfony) in order to make this library work as it requires some configurations because plugging the tracer is not straighforward.
Installation
composer require jcchavezs/zipkin-instrumentation-doctrine
Usage
Head to the documentation for specific framewors: