sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

go get github.com/sourcegraph/appdash/opentracing results in error #173

Closed briankassouf closed 8 years ago

briankassouf commented 8 years ago
$ go get github.com/sourcegraph/appdash/opentracing
# github.com/sourcegraph/appdash/opentracing
../../sourcegraph/appdash/opentracing/recorder.go:44: sp.Sampled undefined (type basictracer.RawSpan has no field or method Sampled)
../../sourcegraph/appdash/opentracing/recorder.go:49: sp.SpanID undefined (type basictracer.RawSpan has no field or method SpanID)
../../sourcegraph/appdash/opentracing/recorder.go:50: sp.TraceID undefined (type basictracer.RawSpan has no field or method TraceID)
../../sourcegraph/appdash/opentracing/recorder.go:66: sp.Baggage undefined (type basictracer.RawSpan has no field or method Baggage)
peterbourgon commented 8 years ago

Bump! This is breaking my build :)

peterbourgon commented 8 years ago

Bump! This is pretty serious. Can someone from Sourcegraph please comment?

keegancsmith commented 8 years ago

@peterbourgon is your build unbroken now?

We still have an issue with an upstream influxdb build breakage https://github.com/influxdata/influxdb/issues/6924 affecting our build, but if I am not mistaken that should only affect you if you are using the influxdb store.

peterbourgon commented 8 years ago

Yes! Thank you.