-
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
[Tool] Support ddprof integration #32758
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Deng Liu <[email protected]>
[FE Incremental Coverage Report]😍 pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]😍 pass : 0 / 0 (0%) |
@@ -51,4 +51,10 @@ COPY --from=fe-builder /build/starrocks/output /release/fe_artifacts | |||
COPY --from=be-builder /build/starrocks/output /release/be_artifacts | |||
COPY --from=broker-builder /build/starrocks/fs_brokers/apache_hdfs_broker/output /release/broker_artifacts | |||
|
|||
|
|||
# Get ddprof | |||
RUN wget https://github.com/DataDog/ddprof/releases/download/v0.14.1/ddprof-0.14.1-amd64-linux.tar.xz -O ddprof-amd64-linux.tar.xz && \ |
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.
this won't work for arm platform. consider move to thirdparty so it will be available in non-container env?
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.
can you give me an example how to add it to thirdparty?
Thank you!
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.
I will take care of it moving to thirdparty.
What type of PR is this:
With this PR, the starrocks be can be started with ddprof with this env variable
ENABLE_DD_PROFILE = true
Does this PR entail a change in behavior?
Checklist:
I have tested the correctness of integration test with Datadog
Bugfix cherry-pick branch check: