-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update Continuous Profiler source code instructions #31721
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
Update Continuous Profiler source code instructions #31721
Conversation
You can also see links from profile frames to their source repository. This is supported for profiles broken down by line, method, or file. | ||
|
||
1. Navigate to [**APM** > **Profile Search**][2]. | ||
2. Hover your cursor over a method in the flame graph. A kebab icon with the **More actions** label appears on the right. | ||
3. Click **More actions** > **View in repo** to open the trace in its source code repository. | ||
|
||
{{< img src="integrations/guide/source_code_integration/profiler-link-to-git.png" alt="Link to GitHub from the Continuous Profiler" style="width:100%;">}} |
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.
The View in repo
flow is technically still supported at the time of writing. Rather than overwhelming users with all the ways they can achieve the same goal, I chose to be opinionated and only advertise one.
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.
Sounds fair!
Preview links (active after the
|
You can also see links from profile frames to their source repository. This is supported for profiles broken down by line, method, or file. | ||
|
||
1. Navigate to [**APM** > **Profile Search**][2]. | ||
2. Hover your cursor over a method in the flame graph. A kebab icon with the **More actions** label appears on the right. | ||
3. Click **More actions** > **View in repo** to open the trace in its source code repository. | ||
|
||
{{< img src="integrations/guide/source_code_integration/profiler-link-to-git.png" alt="Link to GitHub from the Continuous Profiler" style="width:100%;">}} |
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.
Sounds fair!
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.
Thanks for this update! I just left a few small edits to consider.
Co-authored-by: Brett Blue <[email protected]>
Co-authored-by: Brett Blue <[email protected]>
Co-authored-by: Brett Blue <[email protected]>
Co-authored-by: Brett Blue <[email protected]>
What does this PR do? What is the motivation?
The screenshot and instructions to view source code in the Continuous Profiler were outdated, let's update them!
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes