aminelch / zipkin-instrumentation-doctrine

Zipkin instrumentation for Doctrine ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zipkin instrumentation for Doctrine

CircleCI Latest Stable Version Total Downloads License

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:

About

Zipkin instrumentation for Doctrine ORM

License:MIT License


Languages

Language:PHP 100.0%