-
Notifications
You must be signed in to change notification settings - Fork 531
feat: Add pprof profiling support #1192
feat: Add pprof profiling support #1192
Conversation
Signed-off-by: Simão Reis <[email protected]>
Signed-off-by: Simão Reis <[email protected]>
Welcome @sreis! |
/assign @xunpan |
Thank you @sreis! /approve |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jimmidyson, sreis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Adds pprof profiling support and accompanying documentation.
The data provided by pprof is useful to track down any potential performance bottlenecks as well to figure out areas of improvement. Being able to get a stacktrace of kubefed is also very useful.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer: