Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Enhancement Request
Time-consuming statistics are more reasonable in posthandler.
Code in the method of preHandler
:
private void preHandler() {
metrics.getSummaryMetrics().recordHTTPReqResTimeCost(System.currentTimeMillis() - requestTime);
LogUtils.debug(httpLogger, "{}", response);
}
Describe the solution you'd like
Optimize the logic in prehandler and posthandler.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct *