diff --git a/collector/init.go b/collector/init.go index 0ea15213..e40a0f52 100644 --- a/collector/init.go +++ b/collector/init.go @@ -275,6 +275,11 @@ var collectors = []collectorInit{ builder: newNETFramework_NETCLRSecurityCollector, perfCounterFunc: nil, }, + { + name: "nps", + builder: newNPSCollector, + perfCounterNames: nil, + }, { name: "os", flags: nil,