项目作者: jcchavezs

项目描述 :
Zipkin instrumentation for Doctrine ORM
高级语言: PHP
项目地址: git://github.com/jcchavezs/zipkin-instrumentation-doctrine.git
创建时间: 2018-05-18T21:14:48Z
项目社区:https://github.com/jcchavezs/zipkin-instrumentation-doctrine

开源协议:MIT License

下载


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

  1. composer require jcchavezs/zipkin-instrumentation-doctrine

Usage

Head to the documentation for specific framewors: