sourcegraph / appdash

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

FIX start_span(): basictracer-python was updated #186

Closed alanjds closed 7 years ago

alanjds commented 7 years ago

Actual version of basictracer-python seems to had replaced parent by child_of, as seen in: https://github.com/opentracing/basictracer-python/blob/eaf86dc/basictracer/tracer.py#L50

slimsag commented 7 years ago

Thanks for this @alanjds !