mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
* Update dependencies and add etcdv3 client * Update etcd plugin to support etcd v3 clients Fixes #341
zipkin-go-opentracing
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.