Open
Description
This page is missing any information on the /debug/pprof/...
API endpoints.
In doc page https://grafana.com/docs/agent/latest/static/configuration/flags/#server, it is mentioned:
-server.register-instrumentation
: Expose the/metrics
and/debug/pprof/
instrumentation handlers over HTTP (default true)
And I can verify that at least /debug/pprof/heap
and /debug/pprof/goroutine
endpoints work... but I think there are other profile types available, as referenced in our doc section about Support Bundles:
The pprof/ directory contains Go runtime profiling data (CPU, heap, goroutine, mutex, block profiles) as exported by the pprof package.
Can we please add these API endpoints to this page? Thanks!