mirror of
https://github.com/prometheus/node_exporter
synced 2025-03-25 12:16:48 +00:00
Fix build tags of meminfo collector
The meminfo collector only supports darwin, dragonfly, freebsd and linux and must not be included in other archtictures.
This commit is contained in:
parent
efc1ea14ba
commit
016d79535d
@ -11,8 +11,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin dragonfly freebsd linux
|
||||
// +build !nomeminfo
|
||||
// +build !netbsd
|
||||
|
||||
package collector
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user