Add `state` to `/_nodes/pipelines` API.
Open
enhancement
metrics
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
We could really use a `state` field in our pipelines API. This would be used to determine what state a pipeline is in. Whether it is `ready`, `running`, `stopping`, or `errored`.
I only think we really need these states for now. It would help in our RATS tests, where we could wait for the `running` state before doing things.
Contributor guide
Assessment
This issue has not been assessed yet.