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

fix: migrate to pprof2 crate #183

Merged
merged 1 commit into from
Nov 18, 2024
Merged

fix: migrate to pprof2 crate #183

merged 1 commit into from
Nov 18, 2024

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Nov 5, 2024

The original pprof crate is long abandoned and doesn't work with recent toolchains. There is a new pprof2 crate that contains fixes and works with recent toolchains.

Fixes #174

The original `pprof` crate is long abandoned and doesn't work with recent toolchains.
There is a new `pprof2` crate that contains fixes and works with recent toolchains.

Fixes grafana#174
@mati865 mati865 requested review from a team as code owners November 5, 2024 19:50
Copy link
Collaborator

@korniltsev korniltsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

further update to 0.14 could be useful to include this fix tikv/pprof-rs@b1d02fd

@korniltsev korniltsev merged commit ab864c6 into grafana:main Nov 18, 2024
3 of 11 checks passed
@mati865 mati865 deleted the pprof2-dep branch November 18, 2024 07:11
@mati865
Copy link
Contributor Author

mati865 commented Nov 18, 2024

Yes, when I tested and created this PR, the original upstream still appeared inactive.
At this point, I’m unsure of the best approach. Perhaps reverting this PR and bumping the version?

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.

pprof panic on recent toolchains
2 participants