Skip to content

Commit c9100eb

Browse files
committed
Moves zipkin-go-opentracing to openzipkin-contrib.
1 parent af73865 commit c9100eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/addsvc/cmd/addcli/addcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/addsvc/cmd/addsvc/addsvc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)