This repository was archived by the owner on Dec 23, 2023. It is now read-only.
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
provide a method to extract response length for http servlet. #1686
Open
Description
In certain cases Content-Length header is not set in the response. In those case message size will not be recorded on the server side using opencensus-contrib-http-servlet. However some of the frame work provide another way to get the data. For example, jetty server has Response.getContentCount() method that returns the size of the response. Provide a method to retrieve content length based on the framework being used.
What version of OpenCensus are you using?
0.19.0