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
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E
1 changed files with 5 additions and 0 deletions

View File

@ -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,