Fix collectors' build tags

Signed-off-by: Jeffrey Stoke <me@arhat.dev>
pull/1745/head
Jeffrey Stoke 5 years ago
parent 594f417bdf
commit cb7ab5119a
No known key found for this signature in database
GPG Key ID: E5E9C02E06248F4F
  1. 2
      collector/drbd_linux.go
  2. 2
      collector/filesystem_linux_test.go
  3. 2
      collector/kvm_bsd.go
  4. 2
      collector/mountstats_linux.go
  5. 2
      collector/nfs_linux.go
  6. 2
      collector/nfsd_linux.go
  7. 2
      collector/perf_linux.go
  8. 2
      collector/schedstat_linux.go
  9. 2
      collector/sysctl_bsd.go
  10. 2
      collector/wifi_linux.go
  11. 2
      collector/xfs_linux.go
  12. 2
      collector/zfs_freebsd.go
  13. 2
      collector/zfs_linux.go
  14. 1
      collector/zfs_solaris.go

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nodrbd
package collector
import (

@ -11,8 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nofilesystem
package collector
import (

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nomeminfo
// +build !nokvm
// +build freebsd dragonfly
package collector

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nomountstats
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nonfs
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nonfsd
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !noperf
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !noshedstat
package collector
import (

@ -12,7 +12,7 @@
// limitations under the License.
// +build freebsd dragonfly openbsd netbsd darwin
// +build !nomeminfo
// +build cgo
package collector

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nowifi
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !noxfs
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nozfs
package collector
import (

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nozfs
package collector
import (

@ -12,6 +12,7 @@
// limitations under the License.
// +build solaris
// +build !nozfs
package collector

Loading…
Cancel
Save