mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Remove Windows support
Use https://github.com/martinlindhe/wmi_exporter instead.
This commit is contained in:
parent
41a44a4d24
commit
8aec44617a
|
@ -20,8 +20,6 @@ crossbuild:
|
|||
- linux/386
|
||||
- darwin/amd64
|
||||
- darwin/386
|
||||
- windows/amd64
|
||||
- windows/386
|
||||
- netbsd/amd64
|
||||
- netbsd/386
|
||||
- linux/arm
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
// +build !nobuddyinfo
|
||||
// +build !windows,!netbsd
|
||||
// +build !netbsd
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
// limitations under the License.
|
||||
|
||||
// +build !noloadavg
|
||||
// +build !windows
|
||||
|
||||
package collector
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
// +build !nomeminfo
|
||||
// +build !windows,!netbsd
|
||||
// +build !netbsd
|
||||
|
||||
package collector
|
||||
|
||||
|
|
Loading…
Reference in a new issue