public interface InMemoryTraceState
Modifier and Type | Method and Description |
---|---|
boolean |
isSampled()
Determine if this state is sampled.
|
java.lang.String |
parentSpanIdHex()
The hex representation of the parent's spanId.
|
java.lang.String |
spanIdHex()
The hex representation of the traceId.
|
java.lang.String |
traceIdHex()
The hex representation of the traceId.
|
java.lang.String traceIdHex()
java.lang.String spanIdHex()
@Nullable java.lang.String parentSpanIdHex()
null
if there is no parent.boolean isSampled()
true
if this state is sampled.