Skip to content

Support export to JFR #4009

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

Open
viluon opened this issue Mar 14, 2025 · 2 comments
Open

Support export to JFR #4009

viluon opened this issue Mar 14, 2025 · 2 comments

Comments

@viluon
Copy link

viluon commented Mar 14, 2025

Is your feature request related to a problem? Please describe.

Some external analysis tools, like the Firefox Profiler or Perfetto, don't support the pprof format. However, they do support JFR (perhaps after some conversion steps).

Describe the solution you'd like

Since the Java SDK already uploads continuous profiles to Pyroscope in JFR format, it would be very useful to be able to dump this data directly from the UI.

Describe alternatives you've considered

There are analysis UIs that support pprof natively, such as Speedscope, but they lack Firefox Profiler features.

@korniltsev
Copy link
Collaborator

Our JFR ingestion is lossy. The JFR is converted to pprof, loosing some data( like event timestamps, thread names, thread states, allocation types, etc). While it is probably possible to convert pprof back to JFR, it would not recover the lost data.
I think you can export to pprof and then convert to JFR if needed yourself today.

@viluon
Copy link
Author

viluon commented Mar 17, 2025

I see. Perhaps I should open issues for richer data ingestion, so that the original information can in fact be recovered. 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

2 participants