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
- 200
- 400
- 404
SSE stream of history/sample/status events
Bad Request
Not Found