...

Source file src/github.com/go-kit/kit/tracing/zipkin/doc.go

Documentation: github.com/go-kit/kit/tracing/zipkin

     1  // Package zipkin provides Go kit integration to the OpenZipkin project through
     2  // the use of zipkin-go, the official OpenZipkin tracer implementation for Go.
     3  // OpenZipkin is the most used open source distributed tracing ecosystem with
     4  // many different libraries and interoperability options.
     5  package zipkin
     6  

View as plain text