openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
39 stars 64 forks source link

add zipkin-go-opentracing to existing_instrumentations #42

Closed codefromthecrypt closed 8 years ago

codefromthecrypt commented 8 years ago

@basvanbeek I understand this is implicit via go-kit, but since not everyone uses go-kit, do you think we should call out zipkin-go-opentracing? I think it would help since you are maintaining it so well.

basvanbeek commented 8 years ago

Yes that'd be a good idea. Go kit implements wrappers for opentracing API. The zipkin-go-opentracing package can easily be used with or without Go kit.