aboutsummaryrefslogtreecommitdiff
path: root/collector/interrupts_common.go
diff options
context:
space:
mode:
authorCaskey L. Dickson <caskey@technocage.com>2016-01-07 17:59:16 -0800
committerCaskey L. Dickson <caskey@technocage.com>2016-01-07 17:59:16 -0800
commitab9ee574fbb912a731aabeb3d5bb22174ea10a9a (patch)
tree871ef6e0b0a0319830b78406619588a4c556d7ac /collector/interrupts_common.go
parent96ecc3d715c0ee230c88d76d0e15a9ba5dafeae5 (diff)
downloadprometheus_node_collector-ab9ee574fbb912a731aabeb3d5bb22174ea10a9a.tar.bz2
prometheus_node_collector-ab9ee574fbb912a731aabeb3d5bb22174ea10a9a.tar.xz
prometheus_node_collector-ab9ee574fbb912a731aabeb3d5bb22174ea10a9a.zip
Build cleanly under windows.
Removes unused signal handlers left over from signal based collection and block the non windows-relevant collectors loadavg and interrupts. Signal based collection removed in 1c17481a4289a81b70e482fcf1d4a432da87c5de.
Diffstat (limited to 'collector/interrupts_common.go')
-rw-r--r--collector/interrupts_common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/collector/interrupts_common.go b/collector/interrupts_common.go
index 84667d8..555a90d 100644
--- a/collector/interrupts_common.go
+++ b/collector/interrupts_common.go
@@ -14,6 +14,7 @@
14// +build !nointerrupts 14// +build !nointerrupts
15// +build !darwin 15// +build !darwin
16// +build !freebsd 16// +build !freebsd
17// +build !windows
17 18
18package collector 19package collector
19 20