Skip to main content

Retrieve time series for statistics of a running or paused pipeline.

Retrieve time series for statistics of a running or paused pipeline.

Path Parameters
pipeline_name string REQUIRED

Unique pipeline name

Responses
200

Pipeline time series retrieved successfully

Schema OPTIONAL
now date-time

Current time as of the creation of the structure.

samples object[]

Time series.

These report 60 seconds of samples, one per second.

m int64

Memory usage in bytes.

r int64

Records processed.

s int64

Storage usage in bytes.

t date-time

Sample time.

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.