-
Notifications
You must be signed in to change notification settings - Fork 21
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: /debug/pprof/allocs
instead of /debug/pprof/heap
#36
Comments
jjangga0214
changed the title
feat:
feat: Oct 8, 2023
/debug/pprof/allocs
/debug/pprof/allocs
instead of /debug/pprof/heap
jjangga0214
changed the title
feat:
feat: Oct 8, 2023
/debug/pprof/allocs
instead of /debug/pprof/heap/debug/pprof/allocs
instead of /debug/pprof/heap
Open
jjangga0214
added a commit
to jjangga0214/pyroscope-nodejs
that referenced
this issue
Nov 14, 2023
I do think the pulling end needs to be fixed instead. As for nodejs we don't have memory allocation statistics. |
@simonswine Got it. Is it a bug of the pulling end, or a thing that should be configured from the pulling end? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
It seems my Pyroscope scraps
/debug/pprof/allocs
instead of/debug/pprof/heap
.(I am new to Pyroscope)
Then shouldn't the express middleware handle
/debug/pprof/allocs
?Thanks.
The text was updated successfully, but these errors were encountered: