Stream time series for statistics of a running or paused pipeline.
Returns a snapshot of all existing time series data followed by a continuous stream of
new time series data points as they become available. The response is in newline-delimited
JSON format (NDJSON) where each line is a JSON object representing a single time series
data point.
Path Parameters |
---|
pipeline_name string — REQUIRED |
Responses |
---|
200
Pipeline time series stream established successfully |
404
Pipeline with that name does not exist Schema — OPTIONAL |
---|
details objectDetailed error metadata.
The contents of this field is determined by error_code . | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
Schema — OPTIONAL |
---|
details objectDetailed error metadata.
The contents of this field is determined by error_code . | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
Schema — OPTIONAL |
---|
details objectDetailed error metadata.
The contents of this field is determined by error_code . | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|