mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-27 01:01:44 +00:00
A lot of time could pass between recording the request count and hit count pertaining to a particular report fetching batch, which skewed calculations cache hit ratios. Fix that by defering the request count recording to the end, which is when we record the hit count.