Uses of Interface
brave.http.HttpResponseParser
-
-
Uses of HttpResponseParser in brave.http
Classes in brave.http that implement HttpResponseParser Modifier and Type Class Description static classHttpResponseParser.DefaultThe default data policy sets the span name to the HTTP route when available, along with the "http.status_code" and "error" tags.Fields in brave.http declared as HttpResponseParser Modifier and Type Field Description static HttpResponseParserHttpResponseParser. DEFAULTMethods in brave.http that return HttpResponseParser Modifier and Type Method Description HttpResponseParserHttpTracing. clientResponseParser()Used byHttpClientHandler.handleReceive(HttpClientResponse, Span)to add tags about the response received from the server.HttpResponseParserHttpTracing. serverResponseParser()Used byHttpServerHandler.handleSend(Object, Throwable, Span)to add tags about the response sent to the client.Methods in brave.http with parameters of type HttpResponseParser Modifier and Type Method Description HttpTracing.BuilderHttpTracing.Builder. clientResponseParser(HttpResponseParser clientResponseParser)Overrides the tagging policy for HTTP client responses.HttpTracing.BuilderHttpTracing.Builder. serverResponseParser(HttpResponseParser serverResponseParser)Overrides the tagging policy for HTTP server responses.
-