jaegertracing / jaeger-analytics-java

Data analytics pipeline and models for tracing data
Apache License 2.0
45 stars 24 forks source link

Consider seconds when converting spans #56

Closed alefhar closed 3 years ago

alefhar commented 3 years ago

Duration and Timestamp from Google Protocol Buffers consist of a 'seconds' and a 'nanoseconds' part; the latter representing a fraction of second. To convert either Duration or Timestamp to a single value 'seconds' and 'nanoseconds' need to be combined

Fixes issue #55