mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 09:36:35 +00:00
chore: Move private packages to internal (#1664)
This commit is contained in:
1803
internal/collector/hyperv/hyperv.go
Normal file
1803
internal/collector/hyperv/hyperv.go
Normal file
File diff suppressed because it is too large
Load Diff
12
internal/collector/hyperv/hyperv_test.go
Normal file
12
internal/collector/hyperv/hyperv_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package hyperv_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/internal/collector/hyperv"
|
||||
"github.com/prometheus-community/windows_exporter/internal/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, hyperv.Name, hyperv.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user