diff --git a/src/main/docbkx/tracing.xml b/src/main/docbkx/tracing.xml index affede976df..beb0c8982ef 100644 --- a/src/main/docbkx/tracing.xml +++ b/src/main/docbkx/tracing.xml @@ -80,17 +80,34 @@ - HTrace also includes a ZipkinSpanReceiver - that converts all span information to + HTrace also provides ZipkinSpanReceiver + which converts spans to Zipkin span format and send them to Zipkin server. - You need to install htrace-zipkin jar and add it to your HBase classpath - in order to use this receiver. + In order to use this span receiver, + you need to install the jar of htrace-zipkin to your HBase's classpath + on all of the nodes in your cluster. + + + htrace-zipkin is published to the maven central repository. + You could get the latest version from there or just build it locally and then + copy it out to all nodes, change your config to use zipkin receiver, distribute + the new configuration and then (rolling) restart. + + + Here is the example of manual setup procedure. + The ZipkinSpanReceiver looks in hbase-site.xml for a hbase.zipkin.collector-hostname and hbase.zipkin.collector-port - property with a value describing the Zipkin server + property with a value describing the Zipkin collector server to which span information are sent.