From b2f49a954b7aab86b0df78ad0a303ad14e400421 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Tue, 3 Feb 2015 16:15:11 -0800 Subject: [PATCH] Specify that stats writing continued in error. --- manager/container.go | 1 + 1 file changed, 1 insertion(+) diff --git a/manager/container.go b/manager/container.go index 7a73f295..06beaeb6 100644 --- a/manager/container.go +++ b/manager/container.go @@ -252,6 +252,7 @@ func (c *containerData) updateStats() error { } // Stats may be partially populated, push those before we return an error. + statsErr = fmt.Errorf("%v, continuing to push stats", statsErr) } if stats == nil { return statsErr