lightstep / lightstep-tracer-go

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

make finish calls idempotent #153

Closed MatthewDolan closed 6 years ago

MatthewDolan commented 6 years ago

R: @bg451 @jmacd @tedsuo

This allows the user to set defer span.Finish() and call finish early later in the function.