lightstep / lightstep-tracer-javascript

Lightstep distributed tracing library for Node.js and the browser
https://lightstep.com
MIT License
77 stars 66 forks source link

Fix timestamp conversion for protobuf transport #221

Closed iredelmeier closed 4 years ago

iredelmeier commented 4 years ago

Previously, we converted microseconds -> milliseconds -> seconds + nanoseconds. By converting first to milliseconds, we lost some granularity at the sub-millisecond level.