aboutsummaryrefslogtreecommitdiff
path: root/collector/interrupts_common.go
diff options
context:
space:
mode:
authorTobias Schmidt <ts@soundcloud.com>2016-01-21 18:09:24 -0500
committerTobias Schmidt <ts@soundcloud.com>2016-01-21 19:36:58 -0500
commite2163db0f7a8f16ba9f505d9ca72bc2c68696e7d (patch)
tree9daf7dea55f4f55233ef85de93a4629b5836d31b /collector/interrupts_common.go
parent33f99c4fc1b8cf3bc047d306e2c08a5406fd080b (diff)
downloadprometheus_node_collector-e2163db0f7a8f16ba9f505d9ca72bc2c68696e7d.tar.bz2
prometheus_node_collector-e2163db0f7a8f16ba9f505d9ca72bc2c68696e7d.tar.xz
prometheus_node_collector-e2163db0f7a8f16ba9f505d9ca72bc2c68696e7d.zip
Document os support of each collector
Diffstat (limited to 'collector/interrupts_common.go')
-rw-r--r--collector/interrupts_common.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/collector/interrupts_common.go b/collector/interrupts_common.go
index 555a90d..fd0d7c6 100644
--- a/collector/interrupts_common.go
+++ b/collector/interrupts_common.go
@@ -11,10 +11,8 @@
11// See the License for the specific language governing permissions and 11// See the License for the specific language governing permissions and
12// limitations under the License. 12// limitations under the License.
13 13
14// +build linux openbsd
14// +build !nointerrupts 15// +build !nointerrupts
15// +build !darwin
16// +build !freebsd
17// +build !windows
18 16
19package collector 17package collector
20 18