sourcegraph / appdash

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

Adhere to gokit.io tracing spec #35

Closed sqs closed 7 years ago

sqs commented 9 years ago

Depending on how it evolves, it'd be great to adhere to the gokit tracing spec. Looks like appdash hits all of the points so far except Zipkin compat, which should be doable.

This issue can remain open as a tracking issue.

slimsag commented 8 years ago

This will probably come in the form of http://opentracing.io -- though I don't know what the gokit folks think of this, and it's probably too early to bring it up as an issue for them because there aren't many public implementations yet -- but it seems to fall right in line with their goals.

slimsag commented 7 years ago

I think now that go-kit supports opentracing there is nothing we need to do here. Opentracing is the standard. If anyone disagrees, please open a new issue :)