MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

refactor: refactor some metrics field name and display #141

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

Refactor some metrics.

Ref: #66 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (5b5c0a7) into main (c197c3b) will decrease coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   82.59%   82.50%   -0.10%     
==========================================
  Files          78       78              
  Lines        7497     7469      -28     
==========================================
- Hits         6192     6162      -30     
- Misses       1305     1307       +2     
Impacted Files Coverage Δ
wheel/src/service.rs 82.33% <100.00%> (-1.17%) :arrow_down:
wheel/src/worker/raft.rs 87.31% <100.00%> (-0.25%) :arrow_down:
storage/src/raft_log_store/block_cache.rs 84.00% <0.00%> (-4.00%) :arrow_down:
storage/src/raft_log_store/store.rs 89.27% <0.00%> (-0.77%) :arrow_down:
storage/src/raft_log_store/log.rs 89.95% <0.00%> (-0.48%) :arrow_down:
storage/src/utils/coding.rs 96.55% <0.00%> (+1.37%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c197c3b...5b5c0a7. Read the comment docs.