mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-03 09:06:35 +00:00
refactor: rename namespace to 'collector'
This commit is contained in:
5
collector/wmi.go
Normal file
5
collector/wmi.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package collector
|
||||
|
||||
const (
|
||||
wmiNamespace = "wmi"
|
||||
)
|
||||
Reference in New Issue
Block a user