| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTracer
Low level api that deals with client side of a request:
Decide on tracing or not (sampling)
Sending client set / client received annotations
It is advised that you use ClientRequestInterceptor and ClientResponseInterceptor which build
upon ClientTracer and provide a higher level api.
|
class |
LocalTracer
Local tracer is designed for in-process activity that explains latency.
|
class |
ServerTracer
Used for setting up trace information for a request.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationSubmitter |
AnnotationSubmitter.create(SpanAndEndpoint spanAndEndpoint) |
AnnotationSubmitter |
Brave.serverSpanAnnotationSubmitter()
Can be used to submit application specific annotations to the current server span.
|
Copyright © 2016. All rights reserved.