File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 "github.com/apache/thrift/lib/go/thrift"
1515 lightstep "github.com/lightstep/lightstep-tracer-go"
1616 stdopentracing "github.com/opentracing/opentracing-go"
17+ zipkinot "github.com/openzipkin-contrib/zipkin-go-opentracing"
1718 zipkin "github.com/openzipkin/zipkin-go"
18- zipkinot "github.com/openzipkin/zipkin-go-opentracing"
1919 zipkinhttp "github.com/openzipkin/zipkin-go/reporter/http"
2020 "sourcegraph.com/sourcegraph/appdash"
2121 appdashot "sourcegraph.com/sourcegraph/appdash/opentracing"
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 lightstep "github.com/lightstep/lightstep-tracer-go"
1515 "github.com/oklog/oklog/pkg/group"
1616 stdopentracing "github.com/opentracing/opentracing-go"
17+ zipkinot "github.com/openzipkin-contrib/zipkin-go-opentracing"
1718 zipkin "github.com/openzipkin/zipkin-go"
18- zipkinot "github.com/openzipkin/zipkin-go-opentracing"
1919 zipkinhttp "github.com/openzipkin/zipkin-go/reporter/http"
2020 stdprometheus "github.com/prometheus/client_golang/prometheus"
2121 "github.com/prometheus/client_golang/prometheus/promhttp"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ OpenTracing interface and are highlighted in the [addsvc] example.
7272
7373[ Zipkin ] : http://zipkin.io/
7474[ Open Zipkin GitHub ] : https://github.com/openzipkin
75- [ zipkin-go-opentracing ] : https://github.com/openzipkin/zipkin-go-opentracing
75+ [ zipkin-go-opentracing ] : https://github.com/openzipkin-contrib /zipkin-go-opentracing
7676[ zipkin-go ] : https://github.com/openzipkin/zipkin-go
7777[ Zipkin's Gitter ] : https://gitter.im/openzipkin/zipkin
7878
You can’t perform that action at this time.
0 commit comments