coredns/vendor/github.com/openzipkin/zipkin-go-opentracing
2017-06-01 18:11:50 +01:00
..
_thrift update deps (#686) 2017-06-01 18:11:50 +01:00
flag Update vendor with go dep 2017-04-28 09:14:54 -07:00
types Update vendor with go dep 2017-04-28 09:14:54 -07:00
wire Update vendor with go dep 2017-04-28 09:14:54 -07:00
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Update vendor with go dep 2017-04-28 09:14:54 -07:00
bench_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-http.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-http_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-kafka.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-kafka_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-scribe.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector-scribe_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
collector_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
concurrency_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
context.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
debug.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
event.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
log-materializers.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
log-materializers_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
logger.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
Makefile Update vendor with go dep 2017-04-28 09:14:54 -07:00
propagation.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
propagation_ot.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
propagation_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
raw.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
recorder.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
recorder_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
sample.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
sample_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
span.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
span_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
testutil_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
tracer.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
util.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
zipkin-endpoint.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
zipkin-recorder.go Update vendor with go dep 2017-04-28 09:14:54 -07:00

zipkin-go-opentracing

Travis CI CircleCI GoDoc Go Report Card

OpenTracing Tracer implementation for Zipkin in Go.

Notes

This package is a low level tracing "driver" to allow OpenTracing API consumers to use Zipkin as their tracing backend. For details on how to work with spans and traces we suggest looking at the documentation and README from the OpenTracing API.

For developers interested in adding Zipkin tracing to their Go services we suggest looking at Go kit which is an excellent toolkit to instrument your distributed system with Zipkin and much more with clean separation of domains like transport, middleware / instrumentation and business logic.

Examples

For more information on zipkin-go-opentracing, please see the examples directory for usage examples as well as documentation at go doc.