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.
 
 
 
 
node_exporter/collector
Ben Kochie c8705ec4b2
Deprecate ntp collector
3 years ago
..
fixtures Update e2e output for new common version. 3 years ago
fixtures_bindmount/proc fix issue where rootfs path strips to the empty string (#1464) 6 years ago
fixtures_hidepid/proc Add fallback for missing /proc/1/mounts (#1172) 7 years ago
arp_linux.go Fix lint issues 3 years ago
bcache_linux.go Update go to 1.17 (#2159) 4 years ago
bonding_linux.go Remove ioutil (#2438) 4 years ago
bonding_linux_test.go Rearrange fixtures to match "real" proc and sys. 10 years ago
boot_time_bsd.go Use SysctlTimeval for boottime collector on BSD 4 years ago
boot_time_solaris.go Update go to 1.17 (#2159) 4 years ago
btrfs_linux.go Fix btrfs device stats always being zero (#2516) 3 years ago
btrfs_linux_test.go Add btrfs device error stats (#2193) 3 years ago
buddyinfo.go Update go to 1.17 (#2159) 4 years ago
cgroups_linux.go Cleanup cgroups collector (#2414) 4 years ago
collector.go Refactor netclass_rtnl collector (#2528) 3 years ago
conntrack_linux.go Update go to 1.17 (#2159) 4 years ago
cpu_common.go Update go to 1.17 (#2159) 4 years ago
cpu_darwin.go Workaround LLVM/Clang 11.0 for Darwin builds (#2200) 4 years ago
cpu_dragonfly.go Update go to 1.17 (#2159) 4 years ago
cpu_dragonfly_test.go Update go to 1.17 (#2159) 4 years ago
cpu_freebsd.go Update go to 1.17 (#2159) 4 years ago
cpu_linux.go fix cpustat when some cpus are offline 3 years ago
cpu_linux_test.go fix cpustat when some cpus are offline 3 years ago
cpu_openbsd.go Fix up copyright date change 4 years ago
cpu_solaris.go Update go to 1.17 (#2159) 4 years ago
cpufreq_linux.go Update go to 1.17 (#2159) 4 years ago
cpufreq_solaris.go Update go to 1.17 (#2159) 4 years ago
device_filter.go Rename netDevFilter helper 4 years ago
device_filter_test.go Rename netDevFilter helper 4 years ago
devstat_dragonfly.go Update go to 1.17 (#2159) 4 years ago
devstat_freebsd.c Add missing license headers 9 years ago
devstat_freebsd.go Update go to 1.17 (#2159) 4 years ago
devstat_freebsd.h Add missing license headers 9 years ago
diskstats_common.go Fix diskstats exclude flags (#2487) 3 years ago
diskstats_darwin.go Add diskstat include/exclude flag to all platforms 4 years ago
diskstats_linux.go collector/diskstats: Ignore udev when directory unreadable 4 years ago
diskstats_linux_test.go collector/diskstats: Add fixtures for udev data 4 years ago
diskstats_openbsd.go Add diskstat include/exclude flag to all platforms 4 years ago
diskstats_openbsd_amd64.go Add diskstat include/exclude flag to all platforms 4 years ago
dmi.go Sanitize UTF-8 in dmi collector (#2229) 4 years ago
drbd_linux.go Update go to 1.17 (#2159) 4 years ago
drm_linux.go Remove redundant nil check (#2206) 4 years ago
edac_linux.go Update go to 1.17 (#2159) 4 years ago
entropy_linux.go Update go to 1.17 (#2159) 4 years ago
ethtool_linux.go Rename netDevFilter helper 4 years ago
ethtool_linux_test.go ethtool: Add test case with leading spaces (#2186) 4 years ago
exec_bsd.go Update go to 1.17 (#2159) 4 years ago
fibrechannel_linux.go Fixup codespell (#2455) 3 years ago
filefd_linux.go Remove ioutil (#2438) 4 years ago
filefd_linux_test.go Fix scanner usage without error handling 9 years ago
filesystem_bsd.go Update go to 1.17 (#2159) 4 years ago
filesystem_common.go Update go to 1.17 (#2159) 4 years ago
filesystem_freebsd.go collector: use ByteSliceToString from golang.org/x/sys/unix 4 years ago
filesystem_linux.go filesystem_linux: exclude mounts under /var/lib/containers/storage 4 years ago
filesystem_linux_test.go Add ErrorLog plumbing to promhttp 5 years ago
filesystem_openbsd_amd64.go Fix openbsd syscalls 4 years ago
helper.go Remove ioutil (#2438) 4 years ago
helper_test.go collector: use ByteSliceToString from golang.org/x/sys/unix 4 years ago
hwmon_linux.go Fix hwmon label sanitizer (#2504) 3 years ago
infiniband_linux.go Update go to 1.17 (#2159) 4 years ago
interrupts_common.go Update go to 1.17 (#2159) 4 years ago
interrupts_linux.go Update go to 1.17 (#2159) 4 years ago
interrupts_linux_test.go Fix off by one in Linux interrupts collector (#721) 8 years ago
interrupts_openbsd.go Update go to 1.17 (#2159) 4 years ago
interrupts_openbsd_amd64.go Update go to 1.17 (#2159) 4 years ago
ipvs_linux.go Update go to 1.17 (#2159) 4 years ago
ipvs_linux_test.go Remove ioutil (#2438) 4 years ago
ksmd_linux.go Update go to 1.17 (#2159) 4 years ago
kvm_bsd.c Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 8 years ago
kvm_bsd.go Update go to 1.17 (#2159) 4 years ago
kvm_bsd.h Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 8 years ago
lnstat_linux.go Fix staticcheck warnings on linux 4 years ago
loadavg.go Update go to 1.17 (#2159) 4 years ago
loadavg_bsd.go Update go to 1.17 (#2159) 4 years ago
loadavg_linux.go Remove ioutil (#2438) 4 years ago
loadavg_linux_test.go Add load5 and load15 to linux load metric 10 years ago
loadavg_solaris.go Update go to 1.17 (#2159) 4 years ago
logind_linux.go go.mod: Update coreos/go-systemd 4 years ago
logind_linux_test.go go.mod: Update coreos/go-systemd 4 years ago
mdadm_linux.go Update go to 1.17 (#2159) 4 years ago
meminfo.go NetBSD support for the meminfo collector 3 years ago
meminfo_darwin.go add additional vm_stat memory metrics for darwin 4 years ago
meminfo_linux.go Update go to 1.17 (#2159) 4 years ago
meminfo_linux_test.go Make metrics better follow guidelines (#787) 8 years ago
meminfo_netbsd.go NetBSD support for the meminfo collector 3 years ago
meminfo_numa_linux.go Update go to 1.17 (#2159) 4 years ago
meminfo_numa_linux_test.go Add Linux NUMA "numastat" metrics (#249) 9 years ago
meminfo_openbsd.go Update go to 1.17 (#2159) 4 years ago
meminfo_openbsd_amd64.go Update go to 1.17 (#2159) 4 years ago
memory_bsd.go memory_bsd: Fix a problem fetching the user wire count on FreeBSD 3 years ago
mountstats_linux.go Update go to 1.17 (#2159) 4 years ago
netclass_linux.go Refactor netclass_rtnl collector (#2528) 3 years ago
netclass_rtnl_linux.go Refactor netclass_rtnl collector (#2528) 3 years ago
netdev_bsd.go collector/netdev_*: Add detailed interface stats 4 years ago
netdev_common.go collector/netdev_*: Add detailed interface stats 4 years ago
netdev_darwin.go collector/netdev_*: Add detailed interface stats 4 years ago
netdev_linux.go Add procfs fallback to netdev collector (#2509) 3 years ago
netdev_linux_test.go Add procfs fallback to netdev collector (#2509) 3 years ago
netdev_openbsd.go collector/netdev_*: Add detailed interface stats 4 years ago
netdev_openbsd_amd64.go collector/netdev_*: Add detailed interface stats 4 years ago
netstat_linux.go Add TCPTimeouts to netstat default filter (#2189) 4 years ago
netstat_linux_test.go Adds metrics and tests for UDP receive and send buffer errors (#1534) 6 years ago
network_route_linux.go Update go to 1.17 (#2159) 4 years ago
nfs_linux.go Update go to 1.17 (#2159) 4 years ago
nfsd_linux.go Update go to 1.17 (#2159) 4 years ago
ntp.go Deprecate ntp collector 3 years ago
nvme_linux.go Update go to 1.17 (#2159) 4 years ago
os_release.go feat: add support macos version (#2471) 3 years ago
os_release_test.go add file descriptor close safely in test 3 years ago
paths.go collector: Make udev data path optional 4 years ago
paths_test.go Replace --collectors.enabled with per-collector flags (#640) 8 years ago
perf_linux.go add options for perf profilers 3 years ago
perf_linux_test.go Remove ioutil (#2438) 4 years ago
powersupplyclass.go darwin powersupply collector (#1777) 4 years ago
powersupplyclass_darwin.go powersupplyclass_darwin: enable builds against older macOS SDK 4 years ago
powersupplyclass_linux.go darwin powersupply collector (#1777) 4 years ago
pressure_linux.go Update go to 1.17 (#2159) 4 years ago
processes_linux.go support thread state 4 years ago
processes_linux_test.go support thread state 4 years ago
qdisc_linux.go Remove ioutil (#2438) 4 years ago
rapl_linux.go Add rapl zone label option (#2401) 4 years ago
runit.go Update go to 1.17 (#2159) 4 years ago
schedstat_linux.go Update go to 1.17 (#2159) 4 years ago
selinux_linux.go Add selinux collector (#2205) 4 years ago
slabinfo_linux.go collector: add slab info 4 years ago
sockstat_linux.go Update go to 1.17 (#2159) 4 years ago
softnet_linux.go Update go to 1.17 (#2159) 4 years ago
stat_linux.go Add node_softirqs_total metric (#2221) 4 years ago
supervisord.go Update go to 1.17 (#2159) 4 years ago
sysctl_bsd.go Use SysctlTimeval for boottime collector on BSD 4 years ago
sysctl_linux.go Add sysctl collector 4 years ago
sysctl_openbsd_amd64.go skip null bytes at the end of strings 5 years ago
systemd_linux.go go.mod: Update coreos/go-systemd 4 years ago
systemd_linux_test.go go.mod: Update coreos/go-systemd 4 years ago
tapestats_linux.go Update go to 1.17 (#2159) 4 years ago
tcpstat_linux.go refactor: Use netlink for tcpstat collector 4 years ago
tcpstat_linux_test.go Use native endianness when encoding InetDiagMsg (#2508) 3 years ago
textfile.go Merge metrics descriptions in textfile collector (#2475) 3 years ago
textfile_test.go Merge metrics descriptions in textfile collector (#2475) 3 years ago
thermal_darwin.go Handle nil CPU thermal power status on M1 (#2225) 4 years ago
thermal_zone_linux.go Fix thermal_zone collector noise 3 years ago
time.go Add clocksource metrics to time collector (#2197) 4 years ago
time_linux.go Add clocksource metrics to time collector (#2197) 4 years ago
time_other.go Add clocksource metrics to time collector (#2197) 4 years ago
timex.go Update go to 1.17 (#2159) 4 years ago
udp_queues_linux.go Update go to 1.17 (#2159) 4 years ago
uname.go Enable uname collector on NetBSD too 3 years ago
uname_bsd.go Enable uname collector on NetBSD too 3 years ago
uname_linux.go collector: use ByteSliceToString from golang.org/x/sys/unix 4 years ago
vmstat_linux.go Update go to 1.17 (#2159) 4 years ago
wifi_linux.go Remove ioutil (#2438) 4 years ago
xfs_linux.go Update go to 1.17 (#2159) 4 years ago
zfs.go Update go to 1.17 (#2159) 4 years ago
zfs_freebsd.go Update go to 1.17 (#2159) 4 years ago
zfs_linux.go Skip zfs iostats (#2451) 3 years ago
zfs_linux_test.go Correctly disable ZFS for test cases (#2182) 4 years ago
zfs_solaris.go Update go to 1.17 (#2159) 4 years ago
zoneinfo_linux.go Add ErrorLog plumbing to promhttp 5 years ago