-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add record batch mem stats (#1058)
## Rationale When some metrics contains more than one subtask, it's helpful to collect them together for output. ## Detailed Changes - Update metric macro, add metric operator. ## Test Plan Update `basic` UT to test this. This is what I get in my test env: ``` # Before scan_sst_6655: project_record_batch=847.03µs project_record_batch=1.182922ms project_record_batch=1.208636ms project_record_batch=1.246589ms project_record_batch=1.296161ms project_record_batch=1.323357ms project_record_batch=1.4293ms # After scan_sst_6655: project_record_batch=10.170503ms ``` --------- Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
- Loading branch information
1 parent
6478a83
commit aa00ef2
Showing
6 changed files
with
231 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.