HttpServerParser from brave-http or brave.SpanCustomizer
if not http.@Deprecated
public interface ServerRequestAdapter
ServerRequestInterceptor| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSpanName() |
Deprecated.
Gets the span name for request.
|
TraceData |
getTraceData() |
Deprecated.
Get the trace data from request.
|
java.util.Collection<KeyValueAnnotation> |
requestAnnotations() |
Deprecated.
Returns a collection of annotations that should be added to span
for incoming request.
|
TraceData getTraceData()
java.lang.String getSpanName()
java.util.Collection<KeyValueAnnotation> requestAnnotations()
Copyright © 2018 OpenZipkin. All rights reserved.