From 473cb40a2f81c8593e19386a0332f372832bdf6a Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Wed, 22 Mar 2017 15:07:40 -0700 Subject: [PATCH] readme: Add metrics to scope as per #646 https://github.com/docker/containerd/pull/646 Signed-off-by: Samuel Karp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f0ec34..fe4b4f1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ The table specifies whether or not the feature/component is in or out of scope. | execution | Provide an extensible execution layer for executing a container | in | Create,start, stop pause, resume exec, signal, delete | | cow filesystem | Built in functionality for overlay, aufs, and other copy on write filesystems for containers | in | | | distribution | Having the ability to push and pull images as well as operations on images as a first class API object | in | containerd will fully support the management and retrieval of images | +| metrics | container-level metrics, cgroup stats, and OOM events | in | | networking | creation and management of network interfaces | out | Networking will be handled and provided to containerd via higher level systems. | | build | Building images as a first class API | out | Build is a higher level tooling feature and can be implemented in many different ways on top of containerd | | volumes | Volume management for external data | out | The API supports mounts, binds, etc where all volumes type systems can be built on top of containerd. |