add secondary sort by name

This commit is contained in:
Bradley Cicenas
2017-02-23 01:32:35 +00:00
parent a1fdd8fb49
commit b529d41091
2 changed files with 34 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ func (c *Container) SetState(s string) {
}
func (c *Container) Collect() {
log.Infof("starting collector for container: %s", c.id)
c.collect.Start()
go func() {
for metrics := range c.collect.Stream() {