mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-05 18:16:35 +00:00
4130
pkg/collector/mssql/mssql.go
Normal file
4130
pkg/collector/mssql/mssql.go
Normal file
File diff suppressed because it is too large
Load Diff
12
pkg/collector/mssql/mssql_test.go
Normal file
12
pkg/collector/mssql/mssql_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package mssql_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/mssql"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, mssql.Name, mssql.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user