add nps collector in init.go

Signed-off-by: rebortg <github@ghlr.de>
This commit is contained in:
rebortg
2023-05-02 09:38:47 +02:00
committed by Ben Reedy
parent 478eaa91d9
commit 7115c9dc22

View File

@@ -275,6 +275,11 @@ var collectors = []collectorInit{
builder: newNETFramework_NETCLRSecurityCollector,
perfCounterFunc: nil,
},
{
name: "nps",
builder: newNPSCollector,
perfCounterNames: nil,
},
{
name: "os",
flags: nil,