mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-09 20:16:35 +00:00
NPS(feature): add nps collector
Signed-off-by: rebortg <github@ghlr.de>
This commit is contained in:
9
collector/nps_test.go
Normal file
9
collector/nps_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchmarkNPSCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "nps", newNPSCollector)
|
||||
}
|
||||
Reference in New Issue
Block a user