-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(compaction): metric by frequence and #sst side, compaction doc #829
Conversation
fbbf092
to
f74c473
Compare
f74c473
to
a774140
Compare
Codecov Report
@@ Coverage Diff @@
## main #829 +/- ##
============================================
+ Coverage 72.22% 72.94% +0.71%
Complexity 2766 2766
============================================
Files 923 944 +21
Lines 53652 55801 +2149
Branches 1787 1787
============================================
+ Hits 38751 40702 +1951
- Misses 14011 14209 +198
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
57c44e9
to
b7933e7
Compare
Any updates? @wcy-fdu @soundOfDestiny |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the rest!
…829) * feat(compaction): metric by sst_count together with bytes * feat(compaction): add compact frequence stat for each level * doc(compaction): add comments for compaction * refactor(metrics): use counter rather than gauge for inc-only metrics
What's changed and what's your intention?
Checklist
Refer to a related PR or issue link (optional)