add nps collector in init.go
Signed-off-by: rebortg <github@ghlr.de>
This commit is contained in:
parent
478eaa91d9
commit
7115c9dc22
|
@ -275,6 +275,11 @@ var collectors = []collectorInit{
|
||||||
builder: newNETFramework_NETCLRSecurityCollector,
|
builder: newNETFramework_NETCLRSecurityCollector,
|
||||||
perfCounterFunc: nil,
|
perfCounterFunc: nil,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "nps",
|
||||||
|
builder: newNPSCollector,
|
||||||
|
perfCounterNames: nil,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "os",
|
name: "os",
|
||||||
flags: nil,
|
flags: nil,
|
||||||
|
|
Loading…
Reference in New Issue