| Package | Description |
|---|---|
| brave | |
| brave.internal | |
| brave.propagation |
| Modifier and Type | Method and Description |
|---|---|
abstract CurrentTraceContext |
Tracing.currentTraceContext()
This supports in-process propagation, typically across thread boundaries.
|
| Modifier and Type | Method and Description |
|---|---|
Tracing.Builder |
Tracing.Builder.currentTraceContext(CurrentTraceContext currentTraceContext)
Responsible for implementing
Tracer.currentSpan() and Tracer.withSpanInScope(Span). |
Tracer.Builder |
Tracer.Builder.currentTraceContext(CurrentTraceContext currentTraceContext)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StrictCurrentTraceContext
Useful when developing instrumentation as state is enforced more strictly
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrentTraceContext.Default
Default implementation which is backed by a static inheritable thread local
|
Copyright © 2017 OpenZipkin. All rights reserved.