This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch sync-from-githubio in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 9cdbc0522c7a037967d68e46478fdcf41576e0f8 Author: José Carlos Chávez <[email protected]> AuthorDate: Tue Mar 19 07:32:03 2019 +0100 Adds some community libraries (#125) --- _data/community_tracers_instrumentation.yml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/_data/community_tracers_instrumentation.yml b/_data/community_tracers_instrumentation.yml index 7f4b379..800d826 100644 --- a/_data/community_tracers_instrumentation.yml +++ b/_data/community_tracers_instrumentation.yml @@ -277,3 +277,33 @@ transports: Http, Kafka sampling: "Yes" notes: Java 8+, meant to be used for off-the-shelf components like Kafka Connectors, KSQL or Kafka REST Proxy. Instrumentation for Kafka Clients and Kafka Streams are included as Brave instrumentation. + +- language: Go + library: >- + [zipkin-instrumentation-sql](https://github.com/jcchavezs/zipkin-instrumentation-sql) + framework: Any + notes: SQL Wrapper for golang database/sql + +- language: PHP + library: >- + [zipkin-instrumentation-symfony](https://github.com/jcchavezs/zipkin-instrumentation-symfony) + framework: >- + [Symfony](https://symfony.com/) + propagation: "B3" + transports: "http, log file" + sampling: "Yes" + notes: A Zipkin integration for Symfony applications + +- language: PHP + library: >- + [zipkin-instrumentation-doctrine](https://github.com/jcchavezs/zipkin-instrumentation-doctrine) + framework: >- + [Doctrine](https://www.doctrine-project.org/) + notes: Zipkin instrumentation for Doctrine ORM + +- language: PHP + library: >- + [zipkin-instrumentation-guzzle](https://github.com/jcchavezs/zipkin-instrumentation-guzzle) + framework: >- + [Guzzle](http://docs.guzzlephp.org) + notes: Zipkin instrumentation for Guzzle HTTP Client
