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