File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,9 @@ void BigHash::getCounters(const CounterVisitor& visitor) const {
195195 visitor (" navy_bh_evictions" ,
196196 evictionCount_.get (),
197197 CounterVisitor::CounterType::RATE);
198- visitor (" navy_bh_evictions_expired" ,
199- evictionExpiredCount_.get (),
200- CounterVisitor::CounterType::RATE);
198+ visitor (" navy_bh_evictions_expired" ,
199+ evictionExpiredCount_.get (),
200+ CounterVisitor::CounterType::RATE);
201201 visitor (" navy_bh_logical_written" ,
202202 logicalWrittenCount_.get (),
203203 CounterVisitor::CounterType::RATE);
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ void BlockCache::getCounters(const CounterVisitor& visitor) const {
737737 visitor (" navy_bc_eviction_lookup_misses" , evictionLookupMissCounter_.get (),
738738 CounterVisitor::CounterType::RATE);
739739 visitor (" navy_bc_evictions_expired" , evictionExpiredCount_.get (),
740- CounterVisitor::CounterType::RATE);
740+ CounterVisitor::CounterType::RATE);
741741 visitor (" navy_bc_alloc_errors" , allocErrorCount_.get (),
742742 CounterVisitor::CounterType::RATE);
743743 visitor (" navy_bc_logical_written" , logicalWrittenCount_.get (),
You can’t perform that action at this time.
0 commit comments