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

golang pprof raw files #5

Open
MistaTwista opened this issue Nov 22, 2024 · 0 comments
Open

golang pprof raw files #5

MistaTwista opened this issue Nov 22, 2024 · 0 comments

Comments

@MistaTwista
Copy link

hey guys, i'm trying to figure out how to get golang's runtime pprof files to use it for PGO.

If i'm right currently there are no such things in cluster-agent. Because as i can see there are parsing stage, diff processing and upload to storage. Am I right? There are no raw data?

Do you have some plans to do so? Maybe you need help with it? It can be something pluggable (like middleware) before parsing profile. I think about some method for profiles.Profiles to add those. I can do something like func options for NewProfiles and it will be backward compatible but will add few options to configure it if we add s3 bucket url, for example or some other storage in future.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant