lightstep / lightstep-tracer-go

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

[Question] Possible to record spanID to a log file when lightstep send out the span? #156

Closed etsangsplk closed 5 years ago

etsangsplk commented 6 years ago

I am have to log the spanID whenever lightstep send the span. In jager client they provide a interface which I can register with their reporter. Is there something similar in lightstep tracer go client?

etsangsplk commented 6 years ago

Is the solution towWrite a Recorder to log span information to application log? https://github.com/lightstep/lightstep-tracer-go/pull/159

etsangsplk commented 5 years ago

close because PR is merged.