mirror of
https://github.com/go-kit/kit.git
synced 2026-04-24 20:33:58 +02:00
876cd8741f
* Added new Zipkin tracing middleware using the native zipkin-go library * new approach to Zipkin tracing middleware for Go kit * improvements to zipkin tracer docs and code * source comments changes * Adds http test. * Adds endpoint test. * Improves code based on idiomatic feedback. * updates to tracing doc comments * do not allow to activate both zipkin-go and zipkin-go-opentracing to avoid confusion * add test for zipkin http server tracer * add test for zipkin grpc server and client tracers