dkrcharlie opened a new issue #913: Need to log response size in http client side URL: https://github.com/apache/incubator-zipkin-brave/issues/913 **Feature:** Log response_size in span by getting "Content_Length" from response in` httpClientParser`. **Rational** zipkin should provide a way to let user to log request and response size in span so that they could do performance analysis based on http traffic size like request and response size. And so far, in zipkin/brave's ` httpClientParser` only provides getting header from request but not from response. **Example Scenario** When user want to do performance analysis based on http traffic size like request and response size. **Prior Art** * Links to prior art * More links
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
