Closed austinlparker closed 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.
[jstype=JS_STRING]
u/int64
JS_STRING
This PR has one major change, updating protos with
[jstype=JS_STRING]
annotations onu/int64
fields. In addition, by coercing duration values to strings (usingJS_STRING
), durations are properly reported in LightStep.