| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Field | Description |
|---|---|---|
static ServerSpan |
ServerSpan.EMPTY |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServerSpan |
InheritableServerClientAndLocalSpanState.getCurrentServerSpan() |
Deprecated.
Never returns null:
setCurrentServerSpan(null) coerces to EMPTY |
ServerSpan |
ServerSpanState.getCurrentServerSpan() |
Deprecated.
Gets the Span for the server request we are currently part of.
|
ServerSpan |
ServerSpanThreadBinder.getCurrentServerSpan() |
Deprecated.
This should be called in the thread in which the request was received before executing code in new threads.
|
ServerSpan |
ThreadLocalServerClientAndLocalSpanState.getCurrentServerSpan() |
Never returns null:
setCurrentServerSpan(null) coerces to EMPTY |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InheritableServerClientAndLocalSpanState.setCurrentServerSpan(ServerSpan span) |
Deprecated.
|
void |
ServerSpanState.setCurrentServerSpan(ServerSpan span) |
Deprecated.
Set span for current request.
|
void |
ThreadLocalServerClientAndLocalSpanState.setCurrentServerSpan(ServerSpan span) |
Set span for current request.
|
void |
ServerSpanThreadBinder.setCurrentSpan(ServerSpan span) |
Deprecated.
Binds given span to current thread.
|
Copyright © 2018 OpenZipkin. All rights reserved.