node_exporter/collector
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Ben Kochie ebdd524123
Correctly cast Darwin memory info (#1060)
* Correctly cast Darwin memory info

* Cast stats to float64 before doing math on them to avoid integer
wrapping.
* Remove invalid `_total` suffix from gauge values.
* Handle counters in `meminfo.go`.

Signed-off-by: Ben Kochie <superq@gmail.com>
2018-09-07 22:27:52 +02:00
..
fixtures Fix typo on description of read_time_seconds_total (#1057) 2018-09-02 09:46:45 +02:00
arp_linux.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
bcache_linux.go
bonding_linux.go
bonding_linux_test.go Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
boot_time_bsd.go
buddyinfo.go
collector.go Remove unused func, var, and const (#928) 2018-04-29 14:35:43 +02:00
conntrack_linux.go
cpu_common.go
cpu_darwin.go
cpu_dragonfly.go
cpu_dragonfly_test.go Add test 2016-09-28 09:10:05 +02:00
cpu_freebsd.go Fix for #945, cpu temperature is signed. (#965) 2018-06-07 15:01:25 +02:00
cpu_linux.go Remove unused func, var, and const (#928) 2018-04-29 14:35:43 +02:00
cpu_openbsd.go
devstat_dragonfly.go
devstat_freebsd.c
devstat_freebsd.go
devstat_freebsd.h
diskstats_darwin.go Align Darwin disk stat names with Linux (#930) 2018-05-02 11:32:55 +02:00
diskstats_linux.go Fix typo on description of read_time_seconds_total (#1057) 2018-09-02 09:46:45 +02:00
diskstats_linux_test.go
drbd_linux.go
edac_linux.go
entropy_linux.go
exec_bsd.go collector: implement node_boot_time_seconds for OpenBSD/NetBSD/Darwin 2018-04-15 08:26:46 +00:00
filefd_linux.go
filefd_linux_test.go Fix scanner usage without error handling 2017-02-28 16:04:25 -04:00
filesystem_bsd.go
filesystem_common.go Use /proc/mounts instead of statfs(2) for ro state (#1002) 2018-07-16 15:56:27 +02:00
filesystem_freebsd.go
filesystem_linux.go Exclude only subdirectories of /var/lib/docker (#1003) 2018-07-23 15:43:42 +02:00
filesystem_linux_test.go Adding support for evaluating octal characters in mountpoint (#954) 2018-06-06 16:49:19 +02:00
helper.go
hwmon_linux.go
infiniband_linux.go
infiniband_linux_test.go
interrupts_common.go
interrupts_linux.go
interrupts_linux_test.go
interrupts_openbsd.go
ipvs_linux.go
ipvs_linux_test.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
ksmd_linux.go
kvm_bsd.c Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 2018-01-04 12:23:26 +01:00
kvm_bsd.go
kvm_bsd.h Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 2018-01-04 12:23:26 +01:00
loadavg.go
loadavg_freebsd.go
loadavg_linux.go
loadavg_linux_test.go Add load5 and load15 to linux load metric 2015-10-17 13:07:39 +00:00
loadavg_solaris.go Fix SmartOS build #1017 (#1018) 2018-08-23 10:57:15 +00:00
loadavg_unix.go
logind_linux.go
logind_linux_test.go Fix all open go lint and vet issues 2017-02-28 13:05:38 -04:00
mdadm_linux.go Fix mdadm collector issues (#985) 2018-07-02 12:38:20 +02:00
mdadm_linux_test.go Fix mdadm collector issues (#985) 2018-07-02 12:38:20 +02:00
meminfo.go Correctly cast Darwin memory info (#1060) 2018-09-07 22:27:52 +02:00
meminfo_darwin.go Correctly cast Darwin memory info (#1060) 2018-09-07 22:27:52 +02:00
meminfo_linux.go
meminfo_linux_test.go Make metrics better follow guidelines (#787) 2018-01-17 17:55:55 +01:00
meminfo_numa_linux.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
meminfo_numa_linux_test.go
meminfo_openbsd.go
memory_bsd.go
mountstats_linux.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
netclass_linux.go Add sys/class/net parsing from procfs and expose its metrics (#851) 2018-07-16 15:08:18 +02:00
netdev_bsd.go
netdev_bsd_test.go Compile netdev on dragonfly (#314) 2016-09-27 21:44:13 +01:00
netdev_common.go
netdev_darwin.go
netdev_linux.go
netdev_linux_test.go Fix /proc/net/dev/ interface name handling 2018-04-18 12:53:59 +02:00
netdev_openbsd.go
netstat_linux.go
netstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 2017-07-08 20:16:35 +02:00
nfs_linux.go Cleanup NFS metrics (#834) 2018-02-21 07:25:41 +01:00
nfsd_linux.go
ntp.go Fix ntp collector thread safety (#1014) 2018-07-22 14:36:33 +02:00
paths.go
paths_test.go
processes_linux.go Handle vanishing PIDs (#1043) 2018-08-13 17:27:23 +02:00
processes_linux_test.go Add processes exporter (#950) 2018-06-05 19:38:32 +02:00
qdisc_linux.go
runit.go
sockstat_linux.go
sockstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 2017-07-08 20:16:35 +02:00
stat_linux.go
supervisord.go Fix supervisord collector (#978) 2018-08-06 16:54:46 +02:00
sysctl_bsd.go
systemd_linux.go NRestarts or NRefused aren't available on older systemd versions (#1039) 2018-08-14 14:28:26 +02:00
systemd_linux_test.go build: make staticcheck happy by using real regexp patterns #1025 (#1026) 2018-07-30 07:57:18 +02:00
tcpstat_linux.go
tcpstat_linux_test.go Fix all open go lint and vet issues 2017-02-28 13:05:38 -04:00
textfile.go Remove unused func, var, and const (#928) 2018-04-29 14:35:43 +02:00
textfile_test.go
time.go
timex.go
uname_linux.go
vmstat_linux.go
wifi_linux.go Disable wifi collector by default (#1037) 2018-08-07 10:27:20 +02:00
xfs_linux.go
zfs.go
zfs_linux.go updates for zfsonlinux 0.7.5 (#779) 2018-02-16 15:46:31 +01:00
zfs_linux_test.go updates for zfsonlinux 0.7.5 (#779) 2018-02-16 15:46:31 +01:00