SolidWallOfCode commented on code in PR #9114:
URL: https://github.com/apache/trafficserver/pull/9114#discussion_r984771313
##########
proxy/http/HttpSM.cc:
##########
@@ -8457,5 +8454,7 @@ HttpSM::milestone_update_api_time()
}
milestones[TS_MILESTONE_PLUGIN_ACTIVE] += delta;
}
+ this_ethread()->metrics._api_timing(
+ delta /
std::chrono::duration_cast<std::chrono::nanoseconds>(EThread::Metrics::API_HISTOGRAM_BUCKET_SIZE).count());
Review Comment:
Technically using a leading underscore for member variables is an ATS
standard, which I try to promote.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]