Exporter for machine metrics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tobias Schmidt 016d79535d Fix build tags of meminfo collector 7 years ago
..
fixtures Change raid0 status line regexp for mdadm collector (#619) 7 years ago
ganglia Fix all open go lint and vet issues 8 years ago
arp_linux.go Add ARP collector for Linux (#540) 8 years ago
bcache_linux.go Add bcache collector (#597) 7 years ago
bonding_linux.go Handle nonexisting bonding_masters file (#569) 8 years ago
bonding_linux_test.go Rearrange fixtures to match "real" proc and sys. 9 years ago
buddyinfo.go Remove Windows support 8 years ago
collector.go Remove unnecessarily named return variables 8 years ago
conntrack_linux.go Remove unnecessarily named return variables 8 years ago
cpu_darwin.go cpu_darwin.go: s/cpu_ticks/cpuTicks/g 8 years ago
cpu_dragonfly.go golint: Fix NewStatCollector() doc string. 8 years ago
cpu_dragonfly_test.go Add test 8 years ago
cpu_freebsd.go golint: Fix NewStatCollector() doc string. 8 years ago
cpu_linux.go Add link to kernel documentation for sysfs/cpufreq files 8 years ago
devstat_dragonfly.go golint: Fix comment on exported function NewDevstatCollector. 8 years ago
devstat_freebsd.c Add missing license headers 8 years ago
devstat_freebsd.go Remove unused devstatCollector struct member 'bytes_total'. 8 years ago
devstat_freebsd.h Add missing license headers 8 years ago
diskstats_darwin.go add diskstats on Darwin (#593) 7 years ago
diskstats_linux.go Fix scanner usage without error handling 8 years ago
diskstats_linux_test.go Calculate Linux disk bytes read/written based on sector size (512B) 9 years ago
drbd_linux.go Remove unnecessarily named return variables 8 years ago
edac_linux.go edac: Fix typo in csrow label of node_edac_csrow_uncorrectable_errors_total metric. 8 years ago
entropy_linux.go Remove unnecessarily named return variables 8 years ago
exec_bsd.go Fix metric name per review. 8 years ago
filefd_linux.go Fix scanner usage without error handling 8 years ago
filefd_linux_test.go Fix scanner usage without error handling 8 years ago
filesystem_bsd.go Fix lint issues on filesystem BSD implementation 8 years ago
filesystem_common.go Correct typo (#582) 8 years ago
filesystem_freebsd.go Remove unnecessarily named return variables 8 years ago
filesystem_linux.go Fix export of stale device error metrics for unmounted filesystems 8 years ago
gmond.go Remove unnecessarily named return variables 8 years ago
helper.go Delete unused code 8 years ago
hwmon_linux.go Remove more unnecessarily named return values 8 years ago
infiniband_linux.go Multiply port data XMIT/RCV metrics by 4 (#579) 8 years ago
infiniband_linux_test.go Fix all open go lint and vet issues 8 years ago
interrupts_common.go Fix all open go lint and vet issues 8 years ago
interrupts_linux.go Fix scanner usage without error handling 8 years ago
interrupts_linux_test.go Rearrange fixtures to match "real" proc and sys. 9 years ago
interrupts_openbsd.go Convert remaining collectors to use ConstMetrics 8 years ago
ipvs_linux.go Convert remaining collectors to use ConstMetrics 8 years ago
ipvs_linux_test.go Delete unused code 8 years ago
ksmd_linux.go Remove unnecessarily named return variables 8 years ago
loadavg.go Remove Windows support 8 years ago
loadavg_freebsd.go Implement loadavg on FreeBSD without cgo 8 years ago
loadavg_linux.go collector: support 1,5,15m load averages for all unices 9 years ago
loadavg_linux_test.go Add load5 and load15 to linux load metric 9 years ago
loadavg_solaris.go Explicitly check for the rc 3 in call to getloadavg(). Reorder logic. 8 years ago
loadavg_unix.go Explicitly check for the rc 3 in call to getloadavg(). Reorder logic. 8 years ago
logind_linux.go Fix all open go lint and vet issues 8 years ago
logind_linux_test.go Fix all open go lint and vet issues 8 years ago
mdadm_linux.go Change raid0 status line regexp for mdadm collector (#619) 7 years ago
mdadm_linux_test.go Change raid0 status line regexp for mdadm collector (#619) 7 years ago
megacli.go Remove unnecessarily named return variables 8 years ago
megacli_test.go Add license headers to all code files. 9 years ago
meminfo.go Fix build tags of meminfo collector 7 years ago
meminfo_bsd.go Add exec_boot_time for freebsd, dragonfly 8 years ago
meminfo_darwin.go Add meminfo stats for Darwin 8 years ago
meminfo_linux.go Fix scanner usage without error handling 8 years ago
meminfo_linux_test.go Rearrange fixtures to match "real" proc and sys. 9 years ago
meminfo_numa_linux.go Remove unnecessarily named return variables 8 years ago
meminfo_numa_linux_test.go Add Linux NUMA "numastat" metrics (#249) 8 years ago
mountstats_linux.go Fix gofmt -s and spelling issues 8 years ago
netdev_bsd.go Compile netdev on dragonfly (#314) 8 years ago
netdev_bsd_test.go Compile netdev on dragonfly (#314) 8 years ago
netdev_common.go Remove unnecessarily named return variables 8 years ago
netdev_darwin.go Add netdev collector for darwin 8 years ago
netdev_linux.go Remove unnecessary conversions 8 years ago
netdev_linux_test.go Simplify code 8 years ago
netdev_openbsd.go Do a make format run. 9 years ago
netstat_linux.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 7 years ago
netstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 7 years ago
nfs_linux.go Remove unnecessarily named return variables 8 years ago
ntp.go Remove unnecessarily named return variables 8 years ago
paths.go Add a flag for the sysfs location. 9 years ago
paths_test.go Add a flag for the sysfs location. 9 years ago
qdisc_linux.go Add qdisc collector for Linux (#580) 8 years ago
runit.go Fix all open go lint and vet issues 8 years ago
sockstat_linux.go Remove unnecessarily named return variables 8 years ago
sockstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 7 years ago
stat_linux.go Move stat_linux to cpu_linux and add cpufreq stats (#548) 8 years ago
supervisord.go Fix all open go lint and vet issues 8 years ago
sysctl_bsd.go sysctl_bsd.go: golint fixes. Typo fix. 8 years ago
systemd_linux.go Blacklist systemd scope units 8 years ago
systemd_linux_test.go Fix gofmt -s and spelling issues 8 years ago
tcpstat_linux.go Fix NewTCPStatCollector doc string. 8 years ago
tcpstat_linux_test.go Fix all open go lint and vet issues 8 years ago
textfile.go Remove unnecessarily named return variables 8 years ago
textfile_test.go Suppress log noise from textfile collector test. 9 years ago
time.go Get full resolution for node_time (#555) 8 years ago
uname_linux.go Fix uname collector for arm/ppc64/ppc64le architectures 9 years ago
uname_linux_int8.go uname_linux: Build for 32bit MIPS too 8 years ago
uname_linux_uint8.go add s390x support 8 years ago
vmstat_linux.go Remove unnecessarily named return variables 8 years ago
wifi_linux.go Expand wifi collector for more interface types 8 years ago
xfs_linux.go Add XFS block mapping and block map B-tree stats (#575) 7 years ago
zfs.go Delete unused code 8 years ago
zfs_linux.go Remove more unnecessarily named return values 8 years ago
zfs_linux_test.go ZFS Collector: Add zpool IO statistics 8 years ago