-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[metrics](cache) make metrics of file cache
can be easier access to Prometheus
#46481
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 32891 ms
|
TPC-DS: Total hot run time: 190150 ms
|
ClickBench: Total hot run time: 31.34 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 33029 ms
|
TPC-DS: Total hot run time: 188116 ms
|
ClickBench: Total hot run time: 31.77 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 32699 ms
|
TPC-DS: Total hot run time: 188877 ms
|
ClickBench: Total hot run time: 30.88 s
|
TeamCity be ut coverage result: |
run buildall |
file cache
can be easier access to Prometheus
TPC-H: Total hot run time: 32444 ms
|
TPC-DS: Total hot run time: 188274 ms
|
ClickBench: Total hot run time: 31.21 s
|
TeamCity be ut coverage result: |
run external |
What problem does this PR solve?
make the metrics of file cache can be easier access to Prometheus:
mnt_disk2_be_file_cache_file_cache_cache_size
->file_cache_cache_size{path="/mnt/disk2/be/file/cache"}
here is the full list that changed:
before:
after:
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)