Interface HttpRequestParser
-
public interface HttpRequestParserThis API is taken from OpenZipkin Brave. Use this to control the request data recorded.- Since:
- 3.0.0
- Author:
- OpenZipkin Brave Authors, Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(HttpRequest request, TraceContext context, SpanCustomizer span)Implement to choose what data from the http request are parsed into the span representing it.
-
-
-
Method Detail
-
parse
void parse(HttpRequest request, TraceContext context, SpanCustomizer span)
Implement to choose what data from the http request are parsed into the span representing it.- Parameters:
request- current requestcontext- corresponding trace contextspan- customizer for the current span
-
-