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