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.
 
 
 
 
Ben Kochie 5d42d4d99f
Merge pull request #1732 from fach/master
4 years ago
..
fixtures Merge pull request #1732 from fach/master 4 years ago
fixtures_bindmount/proc fix issue where rootfs path strips to the empty string (#1464) 5 years ago
fixtures_hidepid/proc Add fallback for missing /proc/1/mounts (#1172) 6 years ago
arp_linux.go Use Go 1.13 error features 4 years ago
bcache_linux.go switch to go-kit/log (#1575) 5 years ago
bonding_linux.go Use Go 1.13 error features 4 years ago
bonding_linux_test.go Rearrange fixtures to match "real" proc and sys. 9 years ago
boot_time_bsd.go switch to go-kit/log (#1575) 5 years ago
boot_time_solaris.go switch to go-kit/log (#1575) 5 years ago
btrfs_linux.go Use Go 1.13 error features 4 years ago
btrfs_linux_test.go Add Btrfs collector (#1512) 5 years ago
buddyinfo.go Use Go 1.13 error features 4 years ago
collector.go new flag to disable all default collectors (#1460) 5 years ago
conntrack_linux.go switch to go-kit/log (#1575) 5 years ago
cpu_common.go Fix some golint issues (#927) 7 years ago
cpu_darwin.go switch to go-kit/log (#1575) 5 years ago
cpu_dragonfly.go Use strconv.Itoa() instead of fmt.Sprintf() (#1566) 5 years ago
cpu_dragonfly_test.go Add test 8 years ago
cpu_freebsd.go switch to go-kit/log (#1575) 5 years ago
cpu_linux.go Linux CPU: Cache CPU metrics 5 years ago
cpu_openbsd.go switch to go-kit/log (#1575) 5 years ago
cpu_solaris.go switch to go-kit/log (#1575) 5 years ago
cpufreq_linux.go switch to go-kit/log (#1575) 5 years ago
cpufreq_solaris.go Fix Solaris build (typos in function names) (#1522) 5 years ago
devstat_dragonfly.go switch to go-kit/log (#1575) 5 years ago
devstat_freebsd.c Add missing license headers 8 years ago
devstat_freebsd.go switch to go-kit/log (#1575) 5 years ago
devstat_freebsd.h Add missing license headers 8 years ago
diskstats_common.go Add diskstats collector for OpenBSD (#1250) 6 years ago
diskstats_darwin.go Use Go 1.13 error features 4 years ago
diskstats_linux.go Use Go 1.13 error features 4 years ago
diskstats_linux_test.go Add new counters for flush requests in Linux 5.5 (#1548) 5 years ago
diskstats_openbsd.go switch to go-kit/log (#1575) 5 years ago
drbd_linux.go Use Go 1.13 error features 4 years ago
edac_linux.go Use Go 1.13 error features 4 years ago
entropy_linux.go Use Go 1.13 error features 4 years ago
exec_bsd.go switch to go-kit/log (#1575) 5 years ago
filefd_linux.go Use Go 1.13 error features 4 years ago
filefd_linux_test.go Fix scanner usage without error handling 8 years ago
filesystem_bsd.go switch to go-kit/log (#1575) 5 years ago
filesystem_common.go Improve filter flag names. 5 years ago
filesystem_freebsd.go filesystem_freebsd: Use bytesToString to get label values 5 years ago
filesystem_linux.go Use Go 1.13 error features 4 years ago
filesystem_linux_test.go Fix collectors' build tags 5 years ago
helper.go helper: Add new bytesToString function and tests 5 years ago
helper_test.go helper_test: Fix copyright year 5 years ago
hwmon_linux.go Use Go 1.13 error features 4 years ago
infiniband_linux.go Use Go 1.13 error features 4 years ago
interrupts_common.go switch to go-kit/log (#1575) 5 years ago
interrupts_linux.go Use Go 1.13 error features 4 years ago
interrupts_linux_test.go Fix off by one in Linux interrupts collector (#721) 7 years ago
interrupts_openbsd.go Use Go 1.13 error features 4 years ago
ipvs_linux.go Use Go 1.13 error features 4 years ago
ipvs_linux_test.go Add flag to aggr ipvs metrics to avoid high cardinality metrics (#1709) 5 years ago
ksmd_linux.go switch to go-kit/log (#1575) 5 years ago
kvm_bsd.c Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 7 years ago
kvm_bsd.go Fix collectors' build tags 5 years ago
kvm_bsd.h Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 7 years ago
loadavg.go Use Go 1.13 error features 4 years ago
loadavg_bsd.go Implement loadavg on all BSDs without cgo (#1584) 5 years ago
loadavg_linux.go Use Go 1.13 error features 4 years ago
loadavg_linux_test.go Add load5 and load15 to linux load metric 9 years ago
loadavg_solaris.go Add kstat-based Solaris metrics (#1197) 6 years ago
logind_linux.go Use Go 1.13 error features 4 years ago
logind_linux_test.go Fix all open go lint and vet issues 8 years ago
mdadm_linux.go Use Go 1.13 error features 4 years ago
meminfo.go Use Go 1.13 error features 4 years ago
meminfo_darwin.go Fix up Darwin swap metrics 5 years ago
meminfo_linux.go Use Go 1.13 error features 4 years ago
meminfo_linux_test.go Make metrics better follow guidelines (#787) 7 years ago
meminfo_numa_linux.go Use Go 1.13 error features 4 years ago
meminfo_numa_linux_test.go Add Linux NUMA "numastat" metrics (#249) 8 years ago
meminfo_openbsd.go Use Go 1.13 error features 4 years ago
memory_bsd.go Use Go 1.13 error features 4 years ago
mountstats_linux.go Fix collectors' build tags 5 years ago
netclass_linux.go Use Go 1.13 error features 4 years ago
netdev_bsd.go switch to go-kit/log (#1575) 5 years ago
netdev_bsd_test.go Compile netdev on dragonfly (#314) 8 years ago
netdev_common.go Use Go 1.13 error features 4 years ago
netdev_darwin.go switch to go-kit/log (#1575) 5 years ago
netdev_linux.go switch to go-kit/log (#1575) 5 years ago
netdev_linux_test.go switch to go-kit/log (#1575) 5 years ago
netdev_openbsd.go switch to go-kit/log (#1575) 5 years ago
netstat_linux.go Merge pull request #1733 from prometheus/superq/OutRsts 4 years ago
netstat_linux_test.go Adds metrics and tests for UDP receive and send buffer errors (#1534) 5 years ago
nfs_linux.go Use Go 1.13 error features 4 years ago
nfsd_linux.go Use Go 1.13 error features 4 years ago
ntp.go Use Go 1.13 error features 4 years ago
paths.go fix issue where rootfs path strips to the empty string (#1464) 5 years ago
paths_test.go Replace --collectors.enabled with per-collector flags (#640) 7 years ago
perf_linux.go Fix collectors' build tags 5 years ago
perf_linux_test.go Add perf tracepoint collection flag (#1664) 5 years ago
powersupplyclass.go Use Go 1.13 error features 4 years ago
pressure_linux.go switch to go-kit/log (#1575) 5 years ago
processes_linux.go Use Go 1.13 error features 4 years ago
processes_linux_test.go switch to go-kit/log (#1575) 5 years ago
qdisc_linux.go Adding backlog/current queue length to qdisc collector 5 years ago
rapl_linux.go rapl_linux collector 5 years ago
runit.go switch to go-kit/log (#1575) 5 years ago
schedstat_linux.go Use Go 1.13 error features 4 years ago
sockstat_linux.go Use Go 1.13 error features 4 years ago
softnet_linux.go Use Go 1.13 error features 4 years ago
stat_linux.go switch to go-kit/log (#1575) 5 years ago
supervisord.go Use Go 1.13 error features 4 years ago
sysctl_bsd.go Fix collectors' build tags 5 years ago
systemd_linux.go Use Go 1.13 error features 4 years ago
systemd_linux_test.go Improve filter flag names. 5 years ago
tcpstat_linux.go Use Go 1.13 error features 4 years ago
tcpstat_linux_test.go Add gauges for allocated memory for queued UDP and TCP packages (#1503) 5 years ago
textfile.go Use Go 1.13 error features 4 years ago
textfile_test.go switch to go-kit/log (#1575) 5 years ago
thermal_zone_linux.go switch to go-kit/log (#1575) 5 years ago
time.go switch to go-kit/log (#1575) 5 years ago
timex.go switch to go-kit/log (#1575) 5 years ago
udp_queues_linux.go Use Go 1.13 error features 4 years ago
uname.go switch to go-kit/log (#1575) 5 years ago
uname_bsd.go Extends uname collector to export on Darwin OS (#1433) 5 years ago
uname_linux.go collector: Implement uname collector for FreeBSD (#1239) 6 years ago
vmstat_linux.go switch to go-kit/log (#1575) 5 years ago
wifi_linux.go Use Go 1.13 error features 4 years ago
xfs_linux.go Fix collectors' build tags 5 years ago
zfs.go read contents of objset file (#1632) 5 years ago
zfs_freebsd.go Use Go 1.13 error features 4 years ago
zfs_linux.go Use Go 1.13 error features 4 years ago
zfs_linux_test.go read contents of objset file (#1632) 5 years ago
zfs_solaris.go Fix collectors' build tags 5 years ago