Commit Graph

481 Commits (770f42006653b8e381e256919475b017b82749dc)

Author SHA1 Message Date
Matt Layher f9ad88fc03
xfs: expose correct fields, fix metric names
7 years ago
Siavash Safi f3a7022602 Add `collect[]` parameter (#699)
7 years ago
Ben Kochie deadfef4c9 Update vendoring (#685)
7 years ago
Brett Vickers b62c7bc0ad Updated vendored ntp package (#681)
7 years ago
Calle Pettersson 859a825bb8 Replace --collectors.enabled with per-collector flags (#640)
7 years ago
Sami Kerola 3762191e66 Add timex collector (#664)
7 years ago
Leonid Evdokimov c169b4b1c5 Add metrics from SNTPv4 packet to ntp collector & add ntpd sanity check (#655)
7 years ago
Karsten Weiss b0d5c00832 cpu: Metric 'package_throttles_total' is per package. (#657)
7 years ago
Matthias Rampke e1f129c729 Use int64 throughout the ZFS collector.
7 years ago
Ben Kochie 8839640cd1 Ignore wifi collector permission errors (#646)
7 years ago
Calle Pettersson dfe07eaae8 Switch to kingpin flags (#639)
7 years ago
Ben Kochie 46c31d8a7e Enable IPVS collector by default (#623)
7 years ago
Tobias Schmidt 515b5a933d Fix build tags of loadavg collector
7 years ago
Tobias Schmidt 016d79535d Fix build tags of meminfo collector
7 years ago
Andrea De Pasquale 1369763067 Change raid0 status line regexp for mdadm collector (#619)
7 years ago
Tobias Schmidt 921319c7eb Merge pull request #583 from knweiss/golint
7 years ago
Aleksey Zhukov 7a914e58f2 Add parsing /proc/net/snmp6 file for netstat-linux (#615)
8 years ago
Matt Layher 6e82fd1c56 Add XFS block mapping and block map B-tree stats (#575)
8 years ago
ideaship 8d90276283 Add bcache collector (#597)
8 years ago
kadota kyohei a077024f51 add diskstats on Darwin (#593)
8 years ago
Rene Treffer 56bf8d4b2d Add link to kernel documentation for sysfs/cpufreq files
8 years ago
Rene Treffer bcc3cd92b8 Fix cpufreq statistics by converting kHz to Hz
8 years ago
Ben Kochie 182810056f Fix Linux cpu errors (#606)
8 years ago
Rene Treffer 2e9f1913b8 Move stat_linux to cpu_linux and add cpufreq stats (#548)
8 years ago
Emanuele Rocca 047003b6bb Add qdisc collector for Linux (#580)
8 years ago
Karsten Weiss b2f4fd5776 Remove unused devstatCollector struct member 'bytes_total'.
8 years ago
Jonas Große Sundrup e6d031788f Correct typo (#582)
8 years ago
Karsten Weiss bca09abf1c golint: Fix NewStatCollector() doc string.
8 years ago
Karsten Weiss b3e7420a27 cpu_darwin.go: s/cpu_ticks/cpuTicks/g
8 years ago
Karsten Weiss b05c7d8dab cpu_darwin.go: Fix doc strings.
8 years ago
Karsten Weiss fff03c6c0c Fix NewTCPStatCollector doc string.
8 years ago
Karsten Weiss 6720cfdbfe golint: Fix comment on exported function NewDevstatCollector.
8 years ago
Karsten Weiss b73af72853 Explicitly check for the rc 3 in call to getloadavg(). Reorder logic.
8 years ago
Karsten Weiss af358ec800 golint fixes: if block ends with a return statement, so drop this else and outdent its block.
8 years ago
Karsten Weiss 732f839810 sysctl_bsd.go: golint fixes. Typo fix.
8 years ago
Robert Clark 58f50b31f2 Multiply port data XMIT/RCV metrics by 4 (#579)
8 years ago
Ben Kochie 8f3cddf734 Merge pull request #568 from mdlayher/xfs-init
8 years ago
Kai S 59f9b8c5c1 Handle nonexisting bonding_masters file (#569)
8 years ago
Matt Layher 1feb091b36
Initial XFS collector
8 years ago
Ben Kochie e9aad0157c Merge pull request #550 from derekmarcotte/dm-boottime
8 years ago
Derek Marcotte 5b557bf973 Fix metric name per review.
8 years ago
Derek Marcotte db8ec9c6b4 Add exec_boot_time for freebsd, dragonfly
8 years ago
Daniele Sluijters bb9d4ade0b uname_linux: Build for 32bit MIPS too
8 years ago
Brian Brazil f291d2d6dd Get full resolution for node_time (#555)
8 years ago
Karsten Weiss d9703ff7c6 edac: Fix typo in csrow label of node_edac_csrow_uncorrectable_errors_total metric.
8 years ago
Tobias Schmidt 266f0958d2 Merge pull request #561 from derekmarcotte/dm-fix-dfly-build
8 years ago
Derek Marcotte 83cecfa696 Fixes broken build on Dragonfly.
8 years ago
Karsten Weiss 45ca8db352 Support the 'guest_nice' cpu mode of /proc/stat.
8 years ago
Sam Kottler 6eafa51fa8 Add ARP collector for Linux (#540)
8 years ago
Tobias Schmidt 8aec44617a Remove Windows support
8 years ago
Tobias Schmidt 41a44a4d24 Merge pull request #532 from prometheus/grobie/remove-extra-file-check
8 years ago
Ben Kochie 5f43211f67 Blacklist systemd scope units
8 years ago
Tobias Schmidt d290ea94b8 Fix export of stale device error metrics for unmounted filesystems
8 years ago
Tobias Schmidt 7b93b52010 Fix lint issues on filesystem BSD implementation
8 years ago
Tobias Schmidt 445ed44082 mdadm: Remove extra file existence check
8 years ago
Johannes 'fish' Ziemke 9676f5f2dc Merge pull request #523 from roclark/support-legacy-infiniband
8 years ago
Johannes 'fish' Ziemke 620e9937e6 Merge pull request #524 from mdlayher/wifi-expand
8 years ago
Juergen Hoetzel aef2601cf6 Add missing dependency for static FreeBSD build
8 years ago
Matt Layher 2bfe410fb7
Expand wifi collector for more interface types
8 years ago
Robert Clark 3a5917dfdc Add support for legacy InfiniBand drivers
8 years ago
Tobias Schmidt 0400e437be Fix and simplify parsing of raid metrics
8 years ago
Matt Layher 42c8a20545
Unexport wifiCollector metrics
8 years ago
Matt Layher 69368b7f9c Add synthetic node_wifi_station_info metric for BSS information
8 years ago
Brian Brazil a02e469b07 Report collector success/failure and duration per scrape. (#516)
8 years ago
Robert Clark 413e5af502 Skip metric files that don't exist
8 years ago
Derek Marcotte 72d8576185 Refactor meminfo_bsd.go to use sysctl_bsd.go (#501)
8 years ago
Ben Kochie 5d22d41ed7 Merge pull request #484 from prometheus/grobie/update-vendored-packages
8 years ago
Derek Marcotte bdc2131332 Added node_memory_buffer, node_memory_swaptotal to meminfo_bsd (#451)
8 years ago
Tobias Schmidt ce117d7a40 Update vendored packages
8 years ago
Tobias Schmidt 84eaa8fecd Remove more unnecessarily named return values
8 years ago
Derek Marcotte 5c28ab044d Add BSD exec statistics collector (#457)
8 years ago
Tobias Schmidt 1bd94074dd Delete unused code
8 years ago
Tobias Schmidt 922e74d58f Remove unnecessarily named return variables
8 years ago
Tobias Schmidt 084e585c2a Fix scanner usage without error handling
8 years ago
Tobias Schmidt d1dfda86ee Fix wrong end-to-end expectation
8 years ago
Tobias Schmidt abdebef47c Fix gofmt -s and spelling issues
8 years ago
Tobias Schmidt 195b4d596c Merge pull request #480 from prometheus/grobie/gosimple
8 years ago
Tobias Schmidt 694294baf5 Remove unnecessary conversions
8 years ago
Tobias Schmidt 21e13c7f52 Simplify code
8 years ago
Tobias Schmidt c703435790 Fix all open go lint and vet issues
8 years ago
Ben Kochie 38cd07ebb9 Merge pull request #450 from roclark/add-infiniband
8 years ago
Ben Kochie a097dd36b3 Merge pull request #459 from joehandzik/wip-zpool-io-cherrypick
8 years ago
Thorhallur Sverrisson 19813d3e02 Changing datastructure for BuddyInfo
8 years ago
Thorhallur Sverrisson 5ab285e098 Adding buddyinfo to end to end test.
8 years ago
Thorhallur Sverrisson 55417d7688 Moving buddyinfo logic to procfs
8 years ago
Thorhallur Sverrisson 492c96f6b6 Moving buddyinfo_test.go to procfs library
8 years ago
Thorhallur Sverrisson 3ba15c1ddb Adding support for /proc/buddyinfo for linux free memory fragmentation.
8 years ago
Joe Handzik bb8b3fca88 ZFS Collector: Add zpool IO statistics
8 years ago
Robert Clark 36f81282b7 Add unit tests for InfiniBand collector
8 years ago
Robert Clark 4866adcb71 Add new collector for InfiniBand statistics
8 years ago
Joe Handzik 8c23f5ff54 ZFS Collector: Convert dashes to underscores for metrics
8 years ago
Ben Kochie 7cfa5e75b8 Merge pull request #439 from mdlayher/collector-staticcheck
8 years ago
Ben Kochie 71362d45eb Merge pull request #432 from joehandzik/wip-zfs-zfetchstats
8 years ago
Joe Handzik e5ee274a32 ZFS Collector: Move from camelcase to underscores for metric prefixes
8 years ago
Matt Layher c8e546926a
Fix two staticcheck issues in IPVS collector tests
8 years ago
Joe Handzik e213ccbc57 ZFS Collector: Refactor to use maps/slices and fewer globals
8 years ago
Ben Kochie 5a6db5c8d2 Handle multiple NFS device mounts
8 years ago
Joe Handzik 94fb93a9f3 ZFS Collector: Add dmu_tx functionality
8 years ago
Joe Handzik 07c7ae733a ZFS Collector: Add fm functionality
8 years ago
Joe Handzik 05048c067d ZFS Collector: Add xuio_stats functionality
8 years ago