Fix build tags of meminfo collector
The meminfo collector only supports darwin, dragonfly, freebsd and linux and must not be included in other archtictures.pull/620/head
parent
efc1ea14ba
commit
016d79535d
|
@ -11,8 +11,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
// +build darwin dragonfly freebsd linux
|
||||||
// +build !nomeminfo
|
// +build !nomeminfo
|
||||||
// +build !netbsd
|
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue