public interface SpanContext
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<String,String>> |
baggageItems() |
String |
toSpanId()
Return the ID of the associated Span.
|
String |
toTraceId()
Return the ID of the trace.
|
String toTraceId()
String toSpanId()
Iterable<Map.Entry<String,String>> baggageItems()
Span.setBaggageItem(String, String),
Span.getBaggageItem(String)Copyright © 2016–2019 OpenTracing. All rights reserved.