mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-11 22:07:32 -08: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 a new issue