### Describe This Problem [rust-jemalloc-pprof](https://github.com/polarsignals/rust-jemalloc-pprof) is a cool project to do memory perf. ### Proposal Add a new HTTP endpoint `/debug/pprof/heap` to serve the profiling. ### Additional Context We can remove old `/debug/profile/heap/{seconds}` endpoint when this is ready. https://github.com/apache/horaedb/blob/79627995477acdaeaf43bcd128fdc902f5fbeaad/src/server/src/http.rs#L607
Describe This Problem
rust-jemalloc-pprof is a cool project to do memory perf.
Proposal
Add a new HTTP endpoint
/debug/pprof/heapto serve the profiling.Additional Context
We can remove old
/debug/profile/heap/{seconds}endpoint when this is ready.horaedb/src/server/src/http.rs
Line 607 in 7962799