PendingTrace: add a TODO to move time fields into DDTracer

This commit is contained in:
Nikolay Martynov 2018-06-25 09:28:01 -04:00
parent 2bdf54bd6e
commit d50154f159
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class PendingTrace extends ConcurrentLinkedDeque<DDSpan> {
private final DDTracer tracer;
private final long traceId;
// TODO: consider moving these time fields into DDTracer to ensure that traces have precise relative time
/** Trace start time in nano seconds measured up to a millisecond accuracy */
private final long startTimeNano;
/** Nano second ticks value at trace start */