Skip to content
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

backport/v1.0/: bugtool gops pprofheap #2037

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

tixxdz
Copy link
Member

@tixxdz tixxdz commented Jan 29, 2024

backport to v1.0 of #2007

[Upstream main 36cae01]

This adds support to get or set the gops path.

Signed-off-by: Djalal Harouni <[email protected]>
[Upstream main bae3b77]

We use gops to get the pprof heap profile instead of http, as it seems
that gops does not export an HTTP endpoint, and by default we do not
start the pprof profiling server. The --pprof-addr is marked hidden
and requiring users to listen on another port could be an overkill.

Signed-off-by: Djalal Harouni <[email protected]>
[Upstream main 558d869]

Signed-off-by: Djalal Harouni <[email protected]>
@tixxdz tixxdz requested review from willfindlay and a team as code owners January 29, 2024 11:49
@tixxdz tixxdz requested a review from jrfastab January 29, 2024 11:50
@tixxdz tixxdz added kind/backport This PR provides functionality previously merged into master. release-note/misc This PR makes changes that have no direct user impact. labels Jan 29, 2024
[Upstream main fff17c0]

This was changed to adapt to packages-e2e tests since in upstream
we removed the docker pull that was failing in CI when there are
lot of PRs from contributors. We changed that to do cross compile
builds.

For backporting branch the number of PRs is limited.

Signed-off-by: Djalal Harouni <[email protected]>
@tixxdz tixxdz force-pushed the pr/tixxdz/backport-v1.0/bugtool-gops-pprofheap branch from 8351eb0 to 23249c7 Compare January 29, 2024 11:55
@tixxdz tixxdz merged commit fd178d4 into v1.0 Jan 29, 2024
27 checks passed
@tixxdz tixxdz deleted the pr/tixxdz/backport-v1.0/bugtool-gops-pprofheap branch January 29, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport This PR provides functionality previously merged into master. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants