| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InheritableServerClientAndLocalSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
class |
ThreadLocalServerClientAndLocalSpanState |
ServerClientAndLocalSpanState implementation that keeps trace state using a ThreadLocal variable. |
| Modifier and Type | Method | Description |
|---|---|---|
static Brave |
TracerAdapter.newBrave(Tracer tracer,
ServerClientAndLocalSpanState state) |
Constructs a new Brave instance that sends traces to the provided tracer.
|
ClientTracer.Builder |
ClientTracer.Builder.state(ServerClientAndLocalSpanState state) |
Deprecated.
|
| Constructor | Description |
|---|---|
Builder(ServerClientAndLocalSpanState state) |
Use for control of how tracing state propagates across threads.
|
Copyright © 2018 OpenZipkin. All rights reserved.