VictoriaMetrics/lib/workingsetcache
Aliaksandr Valialkin 0020b9f904 lib/workingsetcache: properly update stats for requests and cache misses
Previously the stats for cache misses could be improperly counted, because it had inflated cache misses
if the entry was missing in the curr cache, but was existing in the prev cache.

The same applies to cache requests - they were inflated if the entry was missing in the curr cache.
2021-07-06 10:53:32 +03:00
..
cache.go lib/workingsetcache: properly update stats for requests and cache misses 2021-07-06 10:53:32 +03:00