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

Update proto definitions and fix duration reporting #144

Closed austinlparker closed 5 years ago

austinlparker commented 5 years ago

This PR has one major change, updating protos with [jstype=JS_STRING] annotations on u/int64 fields. In addition, by coercing duration values to strings (using JS_STRING), durations are properly reported in LightStep.

image