Skip to main content

Stream pipeline metrics (history + live)

GET 

/nodes/:id/pipelines/:pid/metrics/stream

SSE: a history event, then a sample event per live batch, and a status event on connection-state change. Payloads by event: history=api.PipelineMetricsSnapshot, sample=api.PipelineMetricSample, status=api.PipelineMetricsStatus.

Request

Responses

SSE stream of history/sample/status events