HttpClientParser from brave-http or brave.SpanCustomizer
if not http.@Deprecated
public interface ClientRequestAdapter
| Modifier and Type | Method | Description |
|---|---|---|
void |
addSpanIdToRequest(SpanId spanId) |
Deprecated.
Enrich the request with the Spanid so we pass the state to the
service we are calling.
|
java.lang.String |
getSpanName() |
Deprecated.
Gets the span name for request.
|
java.util.Collection<KeyValueAnnotation> |
requestAnnotations() |
Deprecated.
Returns a collection of annotations that should be added to span
for given request.
|
Endpoint |
serverAddress() |
Deprecated.
Provides the remote server address information for additional tracking.
|
java.lang.String getSpanName()
void addSpanIdToRequest(@Nullable SpanId spanId)
spanId - Nullable span id. If null we don't need to trace request and you
should pass an indication along with the request that indicates we won't trace this request.java.util.Collection<KeyValueAnnotation> requestAnnotations()
@Nullable Endpoint serverAddress()
Constants.SERVER_ADDRCopyright © 2018 OpenZipkin. All rights reserved.