public interface HttpRequestParser
| Modifier and Type | Method and Description |
|---|---|
void |
parse(HttpRequest request,
TraceContext context,
SpanCustomizer span)
Implement to choose what data from the http request are parsed into the span
representing it.
|
void parse(HttpRequest request, TraceContext context, SpanCustomizer span)
request - current requestcontext - corresponding trace contextspan - customizer for the current spanCopyright © 2021 Pivotal Software, Inc.. All rights reserved.