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