You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/06/05 09:36:58 UTC

[incubator-zipkin-website] branch asf-site updated: Automatic site generation from a97bceb

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 34e26ec  Automatic site generation from a97bceb
34e26ec is described below

commit 34e26ecc6c28c422ea6928fc46d6c882ce7596fd
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Jun 5 09:36:51 2019 +0000

    Automatic site generation from a97bceb
---
 pages/extensions_choices.html      | 44 +--------------------
 pages/tracers_instrumentation.html | 80 +-------------------------------------
 2 files changed, 4 insertions(+), 120 deletions(-)

diff --git a/pages/extensions_choices.html b/pages/extensions_choices.html
index 69e20ed..573a6ea 100644
--- a/pages/extensions_choices.html
+++ b/pages/extensions_choices.html
@@ -135,48 +135,8 @@ Please refer to their individual documentation for setup and configuration guide
 
 <p>The following extensions are supported by the Zipkin team. You can reach out to the team on <a href="https://gitter.im/openzipkin/zipkin/">Gitter</a> chat.</p>
 
-<table class="wide-table">
-  <thead>
-    <tr>
-      <th style="text-align: left">Type</th>
-      <th style="text-align: left">Module</th>
-      <th style="text-align: left">Related product</th>
-      <th style="text-align: left">Other notes</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td style="text-align: left">Collector</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-aws/tree/master/autoconfigure/collector-sqs">zipkin-aws collector-sqs</a></td>
-      <td style="text-align: left"><a href="https://aws.amazon.com/sqs/">AWS SQS</a></td>
-      <td style="text-align: left"> </td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Collector</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-aws/tree/master/autoconfigure/collector-kinesis">zipkin-aws collector-kinesis</a></td>
-      <td style="text-align: left"><a href="https://aws.amazon.com/kinesis/">AWS Kinesis</a></td>
-      <td style="text-align: left"> </td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Storage</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-aws/tree/master/autoconfigure/storage-elasticsearch-aws">zipkin-aws storage-elasticsearch-aws</a></td>
-      <td style="text-align: left"><a href="https://aws.amazon.com/elasticsearch-service/">AWS Elasticsearch Service</a></td>
-      <td style="text-align: left"> </td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Storage</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-aws/tree/master/autoconfigure/storage-xray">zipkin-aws storage-xray</a></td>
-      <td style="text-align: left"><a href="https://aws.amazon.com/xray/">AWS X-Ray</a></td>
-      <td style="text-align: left">only supports sending to an XRay UDP daemon</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Storage</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-gcp/tree/master/autoconfigure/storage-stackdriver">zipkin-gcp storage-stackdriver</a></td>
-      <td style="text-align: left"><a href="https://cloud.google.com/stackdriver/">GCP Stackdriver</a></td>
-      <td style="text-align: left">only supports sending to an Stackdriver</td>
-    </tr>
-  </tbody>
-</table>
+<p class="wide-table">| Type | Module | Related product | Other notes |
+|:—–|:——–|:—————-|:————|</p>
 
 <h3 id="community-supported">Community supported</h3>
 
diff --git a/pages/tracers_instrumentation.html b/pages/tracers_instrumentation.html
index 1eafb40..47f013d 100644
--- a/pages/tracers_instrumentation.html
+++ b/pages/tracers_instrumentation.html
@@ -138,84 +138,8 @@ guides.</p>
 
 <p>The following libraries are supported by the Zipkin team. You can reach out to the team on <a href="https://gitter.im/openzipkin/zipkin/">Gitter</a> chat.</p>
 
-<table class="wide-table">
-  <thead>
-    <tr>
-      <th style="text-align: left">Language</th>
-      <th style="text-align: left">Library</th>
-      <th style="text-align: left">Framework</th>
-      <th style="text-align: left">Propagation Supported</th>
-      <th style="text-align: left">Transports Supported</th>
-      <th style="text-align: left">Sampling Supported?</th>
-      <th style="text-align: left">Other notes</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td style="text-align: left">C#</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin4net">Zipkin4net</a></td>
-      <td style="text-align: left">Asp.net core, Owin</td>
-      <td style="text-align: left">Http (B3)</td>
-      <td style="text-align: left">Any</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left"> </td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Go</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-go">zipkin-go</a></td>
-      <td style="text-align: left">standard Go middlewares</td>
-      <td style="text-align: left">Http (B3), gRPC (B3)</td>
-      <td style="text-align: left">Http (v2), Kafka (v2), Log</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">Uses Zipkin V2 API</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Java</td>
-      <td style="text-align: left"><a href="https://github.com/apache/incubator-zipkin-brave">brave</a></td>
-      <td style="text-align: left">Jersey, RestEASY, JAXRS2, Apache HttpClient, Mysql</td>
-      <td style="text-align: left">Http (B3), gRPC (B3)</td>
-      <td style="text-align: left">Http, Kafka, Scribe</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">Java 6 or higher</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">JavaScript</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-js">zipkin-js</a></td>
-      <td style="text-align: left"><a href="http://cujojs.com">cujoJS</a>, <a href="http://expressjs.com/">express</a>, <a href="http://restify.com/">restify</a></td>
-      <td style="text-align: left">Http (B3)</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-js#transports">Http, Kafka, Scribe</a></td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">Uses continuation-local-storage under to hood, so you don’t have to pass around an explicit context</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Ruby</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-ruby">zipkin-ruby</a></td>
-      <td style="text-align: left"><a href="http://rack.github.io/">Rack</a></td>
-      <td style="text-align: left">Http (B3)</td>
-      <td style="text-align: left">Http, Kafka, Scribe</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">lc support. Ruby 2.0 or higher</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">Scala</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-finagle">zipkin-finagle</a></td>
-      <td style="text-align: left"><a href="https://github.com/twitter/finagle">Finagle</a></td>
-      <td style="text-align: left">Http (B3), Thrift</td>
-      <td style="text-align: left">Http, Kafka, Scribe</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">Library is written in Java. Propagation is defined in Finagle itself.</td>
-    </tr>
-    <tr>
-      <td style="text-align: left">PHP</td>
-      <td style="text-align: left"><a href="https://github.com/openzipkin/zipkin-php">zipkin-php</a></td>
-      <td style="text-align: left">Any</td>
-      <td style="text-align: left">B3</td>
-      <td style="text-align: left">http, log file</td>
-      <td style="text-align: left">Yes</td>
-      <td style="text-align: left">V2 native based on brave’s model, compatible with PHP 5.6 and PHP 7.x. Check <a href="https://github.com/openzipkin/zipkin-php-example">this</a> out for an example.</td>
-    </tr>
-  </tbody>
-</table>
+<p class="wide-table">| Language | Library | Framework | Propagation Supported | Transports Supported | Sampling Supported? | Other notes |
+|:———|:——–|:———-|:———————-|:———————|:——————–|:————|</p>
 
 <h3 id="community-supported">Community supported</h3>