public interface SpanContext
Context of a tracing
Span
.-
Method Summary
-
Method Details
-
traceId
String traceId()Trace ID of the associated span.- Returns:
- trace id
-
spanId
String spanId()Span ID of the associated span.- Returns:
- span id
-
asParent
Configure this context as a parent of the provided builder.- Parameters:
spanBuilder
- span builder to update, it will be a child of this span context
-