From 7115c9dc220354b6b9664d94e2f774b0b6d65a26 Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 2 May 2023 09:38:47 +0200 Subject: [PATCH] add nps collector in init.go Signed-off-by: rebortg --- collector/init.go | 5 +++++ 1 file changed, 5 insertions(+) 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,