pprof data
Debug
pprof data
Serves various pprof data like heap, goroutine, threadcreate, block, and so on. The {profileType} path parameter can accept various profiling types as well as more complex patterns. Available only when HTTPProfile is enabled in sink.conf.
GET
pprof data
Authorizations
Path Parameters
The specific pprof data to retrieve (heap, goroutine, threadcreate, block, etc.), or a pattern matching multiple types.
Example:
"heap"
Response
200 - application/octet-stream
pprof data.
The response is of type file.