aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
authorDerek Marcotte <derekmarcotte@users.noreply.github.com>2017-02-28 16:23:10 -0500
committerTobias Schmidt <ts@soundcloud.com>2017-02-28 17:23:10 -0400
commit5c28ab044d88b51a653ae1bf8d6c30f58a32b7c2 (patch)
treeffc7c7a49fe1d90fa872d4eab57378551128c867 /node_exporter.go
parentc6e66756b3db554a059a55add9f62ea866fc9bf8 (diff)
downloadprometheus_node_collector-5c28ab044d88b51a653ae1bf8d6c30f58a32b7c2.tar.bz2
prometheus_node_collector-5c28ab044d88b51a653ae1bf8d6c30f58a32b7c2.tar.xz
prometheus_node_collector-5c28ab044d88b51a653ae1bf8d6c30f58a32b7c2.zip
Add BSD exec statistics collector (#457)
* First pass of a sysctl_bsd source, exec_bsd + exec metrics * Incorportate PR feedback, including removing pre-build descriptions, unit conversion callback. * Remove redundant cached_description field, per PR feedback * Incorporate PR feedback
Diffstat (limited to 'node_exporter.go')
-rw-r--r--node_exporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_exporter.go b/node_exporter.go
index ec69c05..1a505cf 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -32,7 +32,7 @@ import (
32) 32)
33 33
34const ( 34const (
35 defaultCollectors = "conntrack,cpu,diskstats,entropy,edac,filefd,filesystem,hwmon,infiniband,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,wifi,zfs" 35 defaultCollectors = "conntrack,cpu,diskstats,entropy,edac,exec,filefd,filesystem,hwmon,infiniband,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,wifi,zfs"
36) 36)
37 37
38var ( 38var (