lightstep / lightstep-tracer-go

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

Change OC -> LS ID conversion logic #230

Closed iredelmeier closed 4 years ago

iredelmeier commented 4 years ago

This fixes a problem with the opencensus ID conversion logic, since binary.Uvarint wasn't capturing the value as expected.