Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.78 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.78 KB

zipkin-go-opentracing

Travis CI CircleCI GoDoc Go Report Card Sourcegraph

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.