Uh oh!
There was an error while loading. Please reload this page.
branch-3.0: [enhancement](metrics) add some table metrics (#49930) - #50892
Merged
dataroaring merged 1 commit intoMay 14, 2025
Merged
Conversation
add these metrics in Doris' FE: ```properties # HELP doris_fe_min_tablet_size_bytes minimal local data size of all (internal) tables' tablets # TYPE doris_fe_min_tablet_size_bytes gauge doris_fe_min_tablet_size_bytes 0 # HELP doris_fe_min_partition_size_bytes minimal local data size of all (internal) tables' partitions # TYPE doris_fe_min_partition_size_bytes gauge doris_fe_min_partition_size_bytes 0 # HELP doris_fe_min_table_size_bytes minimal local data size of all (internal) tables # TYPE doris_fe_min_table_size_bytes gauge doris_fe_min_table_size_bytes 1360 # HELP doris_fe_max_tablet_size_bytes maximal local data size of all (internal) tables' tablets # TYPE doris_fe_max_tablet_size_bytes gauge doris_fe_max_tablet_size_bytes 4739 # HELP doris_fe_max_partition_size_bytes maximal local data size of all (internal) tables' partitions # TYPE doris_fe_max_partition_size_bytes gauge doris_fe_max_partition_size_bytes 9431 # HELP doris_fe_max_table_size_bytes maximal local data size of all (internal) tables # TYPE doris_fe_max_table_size_bytes gauge doris_fe_max_table_size_bytes 9431 # HELP doris_fe_avg_tablet_size_bytes average local data size of all (internal) tables' tablets # TYPE doris_fe_avg_tablet_size_bytes gauge doris_fe_avg_tablet_size_bytes 830 # HELP doris_fe_avg_partition_size_bytes average local data size of all (internal) tables' partitions # TYPE doris_fe_avg_partition_size_bytes gauge doris_fe_avg_partition_size_bytes 1541 # HELP doris_fe_avg_table_size_bytes average local data size of all (internal) tables # TYPE doris_fe_avg_table_size_bytes gauge doris_fe_avg_table_size_bytes 5395 ```
hello-stephen
commented
May 14, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
yagagagaga
commented
May 14, 2025
ContributorAuthor
run buildall |
doris-robot
commented
May 14, 2025
TPC-H: Total hot run time: 39816 ms |
doris-robot
commented
May 14, 2025
TPC-DS: Total hot run time: 196942 ms |
doris-robot
commented
May 14, 2025
ClickBench: Total hot run time: 32.04 s |
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picked from #49930