Retrieve the heap profile of a running or paused pipeline.
Retrieve the heap profile of a running or paused pipeline.
Path Parameters |
---|
pipeline_name string — REQUIREDUnique pipeline name |
Responses | ||||
---|---|---|---|---|
200 Pipeline's heap usage profile as a gzipped protobuf that can be inspected by the pprof tool
| ||||
400 Pipeline is not running or paused, or getting a heap profile is not supported on this platform
| ||||
404 Pipeline with that name does not exist
|