-
Notifications
You must be signed in to change notification settings - Fork 209
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: remove replace table level metrics with aggregate metrics #740
Conversation
Codecov Report
@@ Coverage Diff @@
## main #740 +/- ##
==========================================
- Coverage 68.47% 68.44% -0.03%
==========================================
Files 294 292 -2
Lines 45678 45319 -359
==========================================
- Hits 31278 31019 -259
+ Misses 14400 14300 -100
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
…he#740) * feat: remove metrics on table level * expose the log of ceresdb in integration tests * upload cluster outlog * redirect logs from ceresdb container in integration tests * always redirect logs * refactor the integration tests of cluster env * refactor integration tests * fix recursive call * fix integration tests * adjust ceresmeta bin path * fix panic for partition table metrics * update standalone config * update root Makefile * fix ci * only clone the lastest commit of ceresmeta
Which issue does this PR close?
Closes #718
Rationale for this change
Refer to #718
What changes are included in this PR?
Are there any user-facing changes?
The metrics changes.
How does this change test
Manually.