-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Enhancement] add more metrics to help locate hotspot issues #53490
Conversation
6445f4f
to
5696287
Compare
|
e5959ba
to
96dfa85
Compare
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.
just curious, why disable the metrics under UT mode?
299f3e0
99da438
to
299f3e0
Compare
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
e8d4107
to
490048e
Compare
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]❌ fail : 167 / 210 (79.52%) file detail
|
@kevincai because the registration of table metrics depends on TableMetricsManager. |
@@ -65,6 +65,7 @@ | |||
#include "util/compression/compression_utils.h" | |||
#include "util/defer_op.h" | |||
#include "util/stack_util.h" | |||
#include "util/starrocks_metrics.h" |
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.
not used?
@Mergifyio backport branch-3.4 |
✅ Backports have been created
|
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com> (cherry picked from commit 000cdd2) # Conflicts: # be/src/exec/pipeline/pipeline_driver_poller.cpp # be/src/service/staros_worker.cpp # be/src/service/staros_worker.h # be/test/exec/pipeline/schedule/observer_test.cpp
Why I'm doing:
What I'm doing:
Add more metrics to improve the observability of the system, mainly including the following parts:
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: