From 319af0765b183bb264dd74762b0f0370bdace186 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 1 Mar 2016 11:22:08 -0800 Subject: [PATCH] Default metrics interval to 5m Signed-off-by: Michael Crosby --- containerd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerd/main.go b/containerd/main.go index 8e30114..e7ddcfb 100644 --- a/containerd/main.go +++ b/containerd/main.go @@ -33,7 +33,7 @@ var daemonFlags = []cli.Flag{ }, cli.DurationFlag{ Name: "metrics-interval", - Value: 120 * time.Second, + Value: 5 * time.Minute, Usage: "interval for flushing metrics to the store", }, cli.StringFlag{