Fixed issue where the unit of time for the Span
was always being rendered in nanoseconds for the logstash emitter, ignoring the time unit configuration of the TraceSystem
, which defaults to microseconds but can be set to any valid java.util.concurrent.TimeUnit
. #192
Updated miscellaneous dependent library dependencies (binary compatible point releases).