mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 09:36:35 +00:00
logical_disk: Implement Perfdata collector (#1673)
This commit is contained in:
14
internal/collector/net/net_test.go
Normal file
14
internal/collector/net/net_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
//go:build windows
|
||||
|
||||
package net_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/internal/collector/net"
|
||||
"github.com/prometheus-community/windows_exporter/internal/testutils"
|
||||
)
|
||||
|
||||
func TestCollector(t *testing.T) {
|
||||
testutils.TestCollector(t, net.New, nil)
|
||||
}
|
||||
Reference in New Issue
Block a user