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

Add godeltapprof to debug pprof endpoints #547

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

saiskee
Copy link
Contributor

@saiskee saiskee commented Apr 19, 2024

https://github.com/grafana/pyroscope-go/tree/main/godeltaprof is used for more efficient profiling. Using this library generates delta profs as opposed to SOTW profs, which uses up less resources, for a more accurate profile of the running application.

I add godeltaprof endpoints here to complement the existing pprof endpoints. Clients like Grafana cloud profiles and pyroscope (documentation) can leverage these delta profs to generate fully detailed profiles.

@saiskee saiskee marked this pull request as ready for review April 19, 2024 12:55
@soloio-bulldozer soloio-bulldozer bot merged commit a4c9691 into main Apr 19, 2024
3 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the sai/add-godeltapprof branch April 19, 2024 13:19
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

Successfully merging this pull request may close these issues.

None yet

3 participants