refactor statreader into metricreader, add processed metrics stream

This commit is contained in:
Bradley Cicenas
2017-01-09 14:09:26 +00:00
parent 409d44e8a3
commit ee2b63d21d
3 changed files with 48 additions and 31 deletions

View File

@@ -8,8 +8,8 @@ import (
)
type Grid struct {
cursorID string // id of currently selected container
containers []*Container
cursorID string // id of currently selected container
containers []*Container // sorted slice of containers
containerMap *ContainerMap
header *widgets.CTopHeader
}