1
0
mirror of https://github.com/go-kit/kit.git synced 2026-04-24 20:33:58 +02:00
Files
Bas van Beek 876cd8741f Zipkin tracing support (Native v2) (#671)
* 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
2018-03-12 09:57:54 -07:00
..