| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueAnnotation |
KeyValueAnnotation.create(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<KeyValueAnnotation> |
ServerRequestAdapter.requestAnnotations()
Returns a collection of annotations that should be added to span
for incoming request.
|
Collection<KeyValueAnnotation> |
ClientRequestAdapter.requestAnnotations()
Returns a collection of annotations that should be added to span
for given request.
|
Collection<KeyValueAnnotation> |
NoAnnotationsClientResponseAdapter.responseAnnotations() |
Collection<KeyValueAnnotation> |
ServerResponseAdapter.responseAnnotations()
Returns a collection of annotations that should be added to span
before returning response.
|
Collection<KeyValueAnnotation> |
ClientResponseAdapter.responseAnnotations()
Returns a collection of annotations that should be added to span
based on response.
|
Copyright © 2016. All rights reserved.