mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08:00
Add build constraint for linux collectors.
This commit is contained in:
parent
23bb9c44b9
commit
ad73b87d1e
|
@ -1,4 +1,4 @@
|
|||
// +build !nobonding
|
||||
// +build linux,!nobonding
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nodiskstats
|
||||
// +build linux,!nodiskstats
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nofilesystem
|
||||
// +build linux,!nofilesystem
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nointerrupts
|
||||
// +build linux,!nointerrupts
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nolastlogin
|
||||
// +build linux,!nolastlogin
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nomegacli
|
||||
// +build linux,!nomegacli
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nomeminfo
|
||||
// +build linux,!nomeminfo
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nonetdev
|
||||
// +build linux,!nonetdev
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nonetstat
|
||||
// +build linux,!nonetstat
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !nostat
|
||||
// +build linux,!nostat
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !notcpstat
|
||||
// +build linux,!notcpstat
|
||||
|
||||
package collector
|
||||
|
||||
|
|
Loading…
Reference in a new issue