Remove Windows support
Use https://github.com/martinlindhe/wmi_exporter instead.
This commit is contained in:
parent
41a44a4d24
commit
8aec44617a
|
@ -20,8 +20,6 @@ crossbuild:
|
||||||
- linux/386
|
- linux/386
|
||||||
- darwin/amd64
|
- darwin/amd64
|
||||||
- darwin/386
|
- darwin/386
|
||||||
- windows/amd64
|
|
||||||
- windows/386
|
|
||||||
- netbsd/amd64
|
- netbsd/amd64
|
||||||
- netbsd/386
|
- netbsd/386
|
||||||
- linux/arm
|
- linux/arm
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nobuddyinfo
|
// +build !nobuddyinfo
|
||||||
// +build !windows,!netbsd
|
// +build !netbsd
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !noloadavg
|
// +build !noloadavg
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nomeminfo
|
// +build !nomeminfo
|
||||||
// +build !windows,!netbsd
|
// +build !netbsd
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue