lightstep / lightstep-tracer-go

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

Encode unsigned integers as strings (temporarily) to avoid signed conversion LS-1175 #205

Closed jmacd closed 5 years ago

jmacd commented 5 years ago

R: @iredelmeier

The use of string to encode unsigned integers is considered a temporary fix, while we sort out the OC merger.