Merge pull request #1745 from jeffreystoke/master

Fix build tags for collectors
This commit is contained in:
Ben Kochie 2020-06-14 08:44:02 +02:00 committed by GitHub
commit 2cefe3d769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 23 additions and 4 deletions

View file

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

View file

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

View file

@ -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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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