Add pprof to garbage collector

This MR provides the ability to run a pprof debug server during garbage collection runs.

While the registry serve command can be configured to run a pprof server via the config with http.debug.addr, garbage collection is ran as a separate process and its activity isn't picked up.

Merge request reports

Loading