Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stats: break out CLI options | Valentin Rothberg | 2020-09-24 |
| | | | | | | | | Have a clear separation of concerns for the CLI-only options (and their logic) from the backend. The backend logic is now easier to understand (e.g., `stream` instead of `noStream`). Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | new endpoint: /libpod/containers/stats | Valentin Rothberg | 2020-09-24 |
Add a new endpoint for container stats allowing for batch operations on more than one container. The new endpoint deprecates the single-container endpoint which will eventually be removed with the next major release. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |