- java.lang.Object
-
- brave.internal.recorder.PendingSpan
-
public final class PendingSpan extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clockclock()Returns a clock that ensures startTimestamp consistency across the traceMutableSpanstate()Returns the state currently accumulated for this trace ID and span ID
-
-
-
Method Detail
-
state
public MutableSpan state()
Returns the state currently accumulated for this trace ID and span ID
-
clock
public Clock clock()
Returns a clock that ensures startTimestamp consistency across the trace
-
-