From 803a60eaac561193c599a30a32d544780b557b89 Mon Sep 17 00:00:00 2001 From: Random-Liu Date: Fri, 31 Mar 2017 17:08:08 -0700 Subject: [PATCH] Propose discussion of image filesystem metrics. Signed-off-by: Lantao Liu --- docs/dockercon-summit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dockercon-summit.md b/docs/dockercon-summit.md index eb115d4..84eff04 100644 --- a/docs/dockercon-summit.md +++ b/docs/dockercon-summit.md @@ -17,4 +17,5 @@ If you have not signed up to attend the summit you can do so in this [form](http The following are proposed discussion points for the containerd summit at Dockercon US 2017: -* Since containerd is one of the bottom bricks in the stack, how can we setup automated integration tests for consumers of containerd? +* Since containerd is one of the bottom bricks in the stack, how can we setup automated integration tests for consumers of containerd? +* Should containerd provide image filesystem metrics? If yes, what metrics should be included? How to implement that?