Skip to main content

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 REQUIRED

Unique pipeline name

Responses
200

Heap usage profile as a gzipped protobuf that can be inspected by the pprof tool

Schema OPTIONAL
string
400

Getting a heap profile is not supported on this platform

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

404

Pipeline with that name does not exist

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

503
Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

get_pipeline_heap_profile
GET /v0/pipelines/:pipeline_name/heap_profile
pipeline_name — path
Accept
curl -L 'https://docs.feldera.com/v0/pipelines/:pipeline_name/heap_profile' \
-H 'Accept: application/protobuf'