scope icon indicating copy to clipboard operation
scope copied to clipboard

Remove redundant column definitions in `nodeSummaryGroupSpecs`

Open fbarl opened this issue 9 years ago • 0 comments

The hash nodeSummaryGroupSpecs in render/detailed/node.go contains column descriptions that are (always?) duplicated in probe/*/reporter.go. As @paulbellamy suggested, we could instead make NodeSummaryGroup.Columns just an ordered list of keys referring to columns defined in probe/*/reporter.go, to remove some redundancy.

fbarl avatar Nov 14 '16 16:11 fbarl