mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-24 13:46:36 +00:00
mi: replace all WMI calls with MI calls (#1700)
This commit is contained in:
7
internal/mi/doc.go
Normal file
7
internal/mi/doc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
// mi is a package that provides a Go API for Windows Management Infrastructure (MI) functions.
|
||||
// It requires Windows Management Framework 3.0 or later.
|
||||
//
|
||||
// https://learn.microsoft.com/de-de/previous-versions/windows/desktop/wmi_v2/why-use-mi-
|
||||
package mi
|
||||
Reference in New Issue
Block a user