-
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
[improve](routine load) add more metrics to observe the routine load job #48209
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 31544 ms
|
TPC-DS: Total hot run time: 184681 ms
|
ClickBench: Total hot run time: 30.93 s
|
run buildall |
TPC-H: Total hot run time: 31272 ms
|
TPC-DS: Total hot run time: 191523 ms
|
ClickBench: Total hot run time: 29.93 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 31319 ms
|
TPC-DS: Total hot run time: 183975 ms
|
ClickBench: Total hot run time: 30.21 s
|
TeamCity be ut coverage result: |
b9113ba
to
f0f61b8
Compare
run buildall |
TPC-H: Total hot run time: 31400 ms
|
TPC-DS: Total hot run time: 183959 ms
|
ClickBench: Total hot run time: 30.81 s
|
TeamCity be ut coverage result: |
f0f61b8
to
3e118f0
Compare
run buildall |
TPC-H: Total hot run time: 31815 ms
|
3e118f0
to
a1a661e
Compare
run buildall |
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
PR approved by at least one committer and no changes requested. |
a1a661e
to
6800be3
Compare
run buildall |
TPC-H: Total hot run time: 31644 ms
|
TPC-DS: Total hot run time: 185277 ms
|
ClickBench: Total hot run time: 31.18 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
6800be3
to
3d04b27
Compare
run buildall |
TPC-H: Total hot run time: 32547 ms
|
TPC-DS: Total hot run time: 192358 ms
|
ClickBench: Total hot run time: 30.26 s
|
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
PR approved by at least one committer and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
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
…job (#48209) ### What problem does this PR solve? related #48511 Add more metrics to observe the routine load job: | Metrics | Module | Description | | ---------------------------------- | ------ | ------------------------------- | | routine_load_get_msg_latency | BE | Time to pull a Kafka message | | routine_load_get_msg_count | BE | Number of times pulling Kafka messages | | routine_load_consume_bytes | BE | Total data volume consumed from Kafka | | routine_load_consume_rows | BE | Total number of rows consumed from Kafka | | routine_load_task_execute_time | FE | Task execution time | | routine_load_task_execute_count | FE | Task execution count | | routine_load_get_meta_latency | FE | Delay in obtaining Kafka metadata | | routine_load_get_meta_count | FE | Number of times obtaining Kafka metadata | | routine_load_get_meta_fail_count | FE | Number of failures in obtaining metadata | | routine_load_received_bytes | FE | Total data volume consumed | | routine_load_received_rows | FE | Total number of rows consumed |
…job (#48209) ### What problem does this PR solve? related #48511 Add more metrics to observe the routine load job: | Metrics | Module | Description | | ---------------------------------- | ------ | ------------------------------- | | routine_load_get_msg_latency | BE | Time to pull a Kafka message | | routine_load_get_msg_count | BE | Number of times pulling Kafka messages | | routine_load_consume_bytes | BE | Total data volume consumed from Kafka | | routine_load_consume_rows | BE | Total number of rows consumed from Kafka | | routine_load_task_execute_time | FE | Task execution time | | routine_load_task_execute_count | FE | Task execution count | | routine_load_get_meta_latency | FE | Delay in obtaining Kafka metadata | | routine_load_get_meta_count | FE | Number of times obtaining Kafka metadata | | routine_load_get_meta_fail_count | FE | Number of failures in obtaining metadata | | routine_load_received_bytes | FE | Total data volume consumed | | routine_load_received_rows | FE | Total number of rows consumed |
What problem does this PR solve?
related #48511
Add more metrics to observe the routine load job:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)