PendingTrace: add a TODO to move time fields into DDTracer
This commit is contained in:
parent
2bdf54bd6e
commit
d50154f159
|
@ -30,6 +30,7 @@ public class PendingTrace extends ConcurrentLinkedDeque<DDSpan> {
|
||||||
private final DDTracer tracer;
|
private final DDTracer tracer;
|
||||||
private final long traceId;
|
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 */
|
/** Trace start time in nano seconds measured up to a millisecond accuracy */
|
||||||
private final long startTimeNano;
|
private final long startTimeNano;
|
||||||
/** Nano second ticks value at trace start */
|
/** Nano second ticks value at trace start */
|
||||||
|
|
Loading…
Reference in New Issue