node_exporter/collector
Ben Kochie c6162312f2 Add Linux NUMA "numastat" metrics (#249)
* Add Linux NUMA "numastat" metrics
  Read the `numastat` metrics from /sys/devices/system/node/node* when reading NUMA meminfo metrics.
* Update end-to-end test output.
* Add `numastat` metrics as counters.
* Add tests for error conditions.
* Refactor meminfo numa metrics struct
* Refactor meminfoKey into a simple struct of metric data.
  This makes it easier to pass slices of metrics around.
* Refactor tests.
* Fixup: Add suggested fixes.
* Fixup:  More fixes
* Add another scanner.Err() return
* Add "_total" to counter metrics.
2016-10-12 13:07:49 +02:00
..
fixtures Add Linux NUMA "numastat" metrics (#249) 2016-10-12 13:07:49 +02:00
ganglia
bonding_linux.go
bonding_linux_test.go
collector.go
conntrack_linux.go
cpu_freebsd.go
devstat_freebsd.go
diskstats_linux.go
diskstats_linux_test.go
entropy_linux.go
filefd_linux.go Convert filefd collector to use ConstMetrics 2016-08-12 01:26:25 +02:00
filefd_linux_test.go
filesystem_bsd.go Activate filesystem collector on DragonFly (#302) 2016-09-11 12:08:00 -04:00
filesystem_common.go Activate filesystem collector on DragonFly (#302) 2016-09-11 12:08:00 -04:00
filesystem_linux.go
gmond.go
helper.go
hwmon_linux.go Add hwmon /sensors support (#278) 2016-10-06 16:33:24 +01:00
interrupts_common.go
interrupts_linux.go
interrupts_linux_test.go
interrupts_openbsd.go
ipvs_linux.go
ipvs_linux_test.go
ksmd_linux.go
loadavg.go
loadavg_linux.go
loadavg_linux_test.go
loadavg_unix.go
logind_linux.go
logind_linux_test.go
mdadm_linux.go Update mdstat fixture based on linux source. 2016-09-19 16:11:16 +02:00
mdadm_linux_test.go Fix mdadm collector for resync=PENDING. 2016-09-18 08:30:20 +02:00
megacli.go
megacli_test.go
meminfo_bsd.go Compile meminfo for dfly (#315) 2016-09-28 08:08:19 +01:00
meminfo_linux.go Convert meminfo collector to use ConstMetrics 2016-08-12 01:30:15 +02:00
meminfo_linux_test.go
meminfo_numa_linux.go Add Linux NUMA "numastat" metrics (#249) 2016-10-12 13:07:49 +02:00
meminfo_numa_linux_test.go Add Linux NUMA "numastat" metrics (#249) 2016-10-12 13:07:49 +02:00
netdev_bsd.go Compile netdev on dragonfly (#314) 2016-09-27 21:44:13 +01:00
netdev_bsd_test.go Compile netdev on dragonfly (#314) 2016-09-27 21:44:13 +01:00
netdev_common.go Compile netdev on dragonfly (#314) 2016-09-27 21:44:13 +01:00
netdev_linux.go
netdev_linux_test.go
netdev_openbsd.go
netstat_linux.go
netstat_linux_test.go
ntp.go
paths.go
paths_test.go
runit.go
sockstat_linux.go Convert sockstat collector to use ConstMetrics 2016-08-12 01:36:42 +02:00
sockstat_linux_test.go
stat_linux.go
supervisord.go
systemd_linux.go Add white/blacklisting of units for systemd collector 2016-08-20 13:08:03 +02:00
systemd_linux_test.go Add white/blacklisting of units for systemd collector 2016-08-20 13:08:03 +02:00
tcpstat_linux.go
tcpstat_linux_test.go
textfile.go
textfile_test.go
time.go
uname_linux.go
uname_linux_int8.go
uname_linux_uint8.go add s390x support 2016-08-24 08:06:04 -04:00
vmstat_linux.go