Uh oh!
There was an error while loading. Please reload this page.
[enhancement](metrics) add some table metrics - #49930
Merged
Merged
Conversation
Thearas
commented
Apr 9, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
| totalTableSize += tableDataSize; | ||
| } | ||
| } | ||
| MetricRepo.GAUGE_MAX_TABLE_SIZE_BYTES.setValue(maxTableSize); |
Contributor
There was a problem hiding this comment.
LOG max min tablet table ids
doris-robot
commented
Apr 10, 2025
TPC-H: Total hot run time: 34978 ms |
doris-robot
commented
Apr 10, 2025
TPC-DS: Total hot run time: 193446 ms |
doris-robot
commented
Apr 10, 2025
ClickBench: Total hot run time: 31 s |
yagagagaga
commented
Apr 15, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 15, 2025
TPC-H: Total hot run time: 34138 ms |
doris-robot
commented
Apr 15, 2025
TPC-DS: Total hot run time: 185725 ms |
doris-robot
commented
Apr 15, 2025
ClickBench: Total hot run time: 31.04 s |
gavinchou
commented
Apr 15, 2025
Contributor
pls add total_num_tablets |
yagagagaga
commented
Apr 15, 2025
ContributorAuthor
|
yagagagaga
commented
Apr 15, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 15, 2025
TPC-H: Total hot run time: 35055 ms |
doris-robot
commented
Apr 15, 2025
TPC-DS: Total hot run time: 193474 ms |
doris-robot
commented
Apr 15, 2025
ClickBench: Total hot run time: 30.9 s |
yagagagaga
commented
Apr 15, 2025
ContributorAuthor
run cloud_p0 |
1 similar comment
yagagagaga
commented
Apr 16, 2025
ContributorAuthor
run cloud_p0 |
gavinchou
approved these changes
May 1, 2025
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
bobhan1
approved these changes
May 9, 2025
Yukang-Lian
approved these changes
May 9, 2025
Hastyshell
approved these changes
May 9, 2025
github-actionsBot
pushed a commit
that referenced
this pull request
May 9, 2025
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 ```
dataroaring pushed a commit
that referenced
this pull request
May 14, 2025
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 ```
yagagagaga added a commit
to yagagagaga/doris
that referenced
this pull request
May 14, 2025
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 ```
dataroaring pushed a commit
that referenced
this pull request
May 14, 2025
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
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 ```
Hastyshell pushed a commit
to Hastyshell/doris
that referenced
this pull request
Jul 21, 2025
Hastyshell pushed a commit
to Hastyshell/doris
that referenced
this pull request
Jul 21, 2025
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 ``` (cherry picked from commit apache#49930)
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.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
add these metrics in Doris' FE:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)