mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-30 07:59:53 -08:00
Do not build meminfo on windows
This commit is contained in:
parent
7617e8b4be
commit
a97ff2bcda
|
@ -12,6 +12,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nomeminfo
|
// +build !nomeminfo
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue