Only query the perflib objects we need

This commit is contained in:
Calle Pettersson
2020-02-09 21:09:26 +01:00
parent 0865061210
commit 21a02c4fbe
33 changed files with 97 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ import (
)
func init() {
Factories["process"] = NewProcessCollector
registerCollector("process", NewProcessCollector)
}
var (