opencensus-go icon indicating copy to clipboard operation
opencensus-go copied to clipboard

Calculate all children span start times using the monotonic clock

Open rakyll opened this issue 7 years ago • 1 comments

We initially made an improvement to calculate the span duration from the monotonic clock.

We also have to make sure that children start times are calculated with the monotonic clock to have a more precise overview of a trace.

rakyll avatar Mar 01 '18 03:03 rakyll

After https://github.com/census-instrumentation/opencensus-go/pull/509 is merged, then we can easily work on this too.

odeke-em avatar Mar 01 '18 19:03 odeke-em