From commits-return-474-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Sun Apr 21 21:02:26 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5A6E718077A for ; Sun, 21 Apr 2019 23:02:26 +0200 (CEST) Received: (qmail 20114 invoked by uid 500); 21 Apr 2019 21:02:25 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 20004 invoked by uid 99); 21 Apr 2019 21:02:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2019 21:02:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D17AB87A36; Sun, 21 Apr 2019 21:02:24 +0000 (UTC) Date: Sun, 21 Apr 2019 21:02:34 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-website] 10/16: Adds some community libraries (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: abesto@apache.org In-Reply-To: <155588054438.2698.15509798206001353269@gitbox.apache.org> References: <155588054438.2698.15509798206001353269@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-website X-Git-Refname: refs/heads/sync-from-githubio X-Git-Reftype: branch X-Git-Rev: 9cdbc0522c7a037967d68e46478fdcf41576e0f8 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190421210224.D17AB87A36@gitbox.apache.org> 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 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