public interface TraceMetadata
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSpanId()
Returns the span identifier associated with the current executing span.
|
java.lang.String |
getTraceId()
Returns the currently executing trace identifier.
|
boolean |
isSampled()
Returns whether or not the current transaction is sampled from a distributed tracing perspective.
|
java.lang.String getTraceId()
java.lang.String getSpanId()
boolean isSampled()