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

feat(pyroscope.java): Show debug info about profiled targets #2304

Merged

Conversation

simonswine
Copy link
Contributor

@simonswine simonswine commented Dec 19, 2024

This should make it clearer, what is currently profiled.

image

This should make it clearer, what is currently profiled.
@simonswine simonswine marked this pull request as ready for review December 19, 2024 18:03
@simonswine simonswine requested a review from a team as a code owner December 19, 2024 18:03
@korniltsev
Copy link
Contributor

maybe let's add last_profile size to help somebody estimate their usages. Altgouth it's a jfr size, not the pprof that we count, I guess it will not hurt.

Copy link
Contributor

@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

@simonswine
Copy link
Contributor Author

maybe let's add last_profile size to help somebody estimate their usages. Altgouth it's a jfr size, not the pprof that we count, I guess it will not hurt.

Yes good point, I went for the uncompressed pprof size:

image

@simonswine simonswine merged commit f4fe420 into grafana:main Jan 3, 2025
15 checks passed
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.

2 participants