public final class BraveSpanContext extends Object implements io.opentracing.SpanContext
unsampled context results in a NoopSpan.
This type also includes hooks to integrate with the underlying Tracer. Ex
you can access the underlying trace context with unwrap()
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<String,String>> |
baggageItems()
Returns empty as neither B3 nor
Brave include baggage support.
|
brave.propagation.TraceContext |
unwrap()
Returns the underlying trace context for use in Brave apis
|
Copyright © 2016–2017 OpenZipkin. All rights reserved.