lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

StartSpan: Supports starting with external context #234

Closed dm03514 closed 4 years ago

dm03514 commented 4 years ago

refs #233


I don't think i understand everything well enough, it looks like the RawSpan is necessary because it holds critical Trace data? (such as the parent and the start time), still not sure though 🙃