Skip to content

Latest commit

 

History

History

brave-zipkin-spancollector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

brave-zipkin-spancollector

Latest release available in Maven central:

<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-zipkin-spancollector</artifactId>
    <version>2.0.2</version>
</dependency>

Brave SpanCollector that is used to submit spans to the Zipkin span-collector-service or Scribe. Advantage is that you can reuse the Zipkin back-end (zipkin-collector-service, Cassandra back-end store, zipkin-query, zipkin-web zipkin web).

For information on how to set up the Zipkin backend components see here.

The brave-zipkin-spancollector can also be used as an example of how to communicate with the Zipkin Collector from Java. It uses the Zipkin Core and ZipKin Collector Thrift generated Java classes and does not depend on Finagle.