aboutsummaryrefslogtreecommitdiff
path: root/collector
Commit message (Expand)AuthorAge
* Update cpufreq metrics collector (#1117)Ben Kochie2018-10-18
* fix a few minor golint warnings (#1110)Paul Gier2018-10-15
* Update diskstats for linux kernel 4.19 (#1109)Paul Gier2018-10-15
* Ignore additional virtual filesystems (#1104)Ben Kochie2018-10-12
* Remove continue with label (#1084)Dario Maiocchi2018-10-05
* Cleanup unused /proc/mounts fixture. (#1097)Ben Kochie2018-10-04
* infiniband: Handle iWARP* RDMA modules N/A (#974)Mario Trangoni2018-10-04
* [continue 912] strip rootfs prefix for run in docker (#1058)Yecheng Fu2018-10-04
* Update cpu collector for OpenBSD 6.4 (#1094)Ralf Horstmann2018-10-02
* filesystem: Ignore netns/nsfs mounts (#1047)Daniele Sluijters2018-09-26
* Change systemd unit filtering (#1083)Ben Kochie2018-09-24
* collector/timex: remove cgo dependency (#1079)Luca Bruno2018-09-20
* Update vendoring for client_golang and friends (#1076)Björn Rabenstein2018-09-17
* Correctly cast Darwin memory info (#1060)Ben Kochie2018-09-07
* Fix typo on description of read_time_seconds_total (#1057)Marco Tulio R Braga2018-09-02
* Fix SmartOS build #1017 (#1018)Dan Fredell2018-08-23
* NRestarts or NRefused aren't available on older systemd versions (#1039)James Hartig2018-08-14
* Handle vanishing PIDs (#1043)Ben Kochie2018-08-13
* Disable wifi collector by default (#1037)Ben Kochie2018-08-07
* Fix supervisord collector (#978)Ben Kochie2018-08-06
* systemd: Remove unneeded/unhandled error returns (#1035)Julius Volz2018-08-05
* build: make staticcheck happy by using real regexp patterns #1025 (#1026)Christian Hoffmann2018-07-30
* Enable nfs protocol (#998)Hannes Körber2018-07-24
* Exclude only subdirectories of /var/lib/docker (#1003)Johannes Wienke2018-07-23
* Fix ntp collector thread safety (#1014)Ben Kochie2018-07-22
* Filter out uninstalled systemd units when collecting all units (#1011)xginn82018-07-22
* Add systemd uptime metric collection (#952)Sven Lange2018-07-18
* Update wifi stats to support multiple stations (#977) (#980)neiledgar2018-07-16
* Add a counter for refused socket unit connections, available as of systemd 23...xginn82018-07-16
* Use /proc/mounts instead of statfs(2) for ro state (#1002)Brandon Gilmore2018-07-16
* Add sys/class/net parsing from procfs and expose its metrics (#851)Jan Klat2018-07-16
* Changed the way that stuck mounts are handled. If a mount fails to return, it...mknapphrt2018-07-14
* Adding socket stat collection for systemd socket units (#968)xginn82018-07-05
* Add support for NRestarts counter introduced in systemd 235 (#992)xginn82018-07-05
* Fix mdadm collector issues (#985)Ben Kochie2018-07-02
* Fix for #945, cpu temperature is signed. (#965)Derek Marcotte2018-06-07
* Adding support for evaluating octal characters in mountpoint (#954)Brad Beam2018-06-06
* Add processes exporter (#950)Pavlo Kutishchev2018-06-05
* A couple of ARM64-related fixes (#934)Alexey Kopytov2018-05-14
* Align Darwin disk stat names with Linux (#930)Steve Kotsopoulos2018-05-02
* Remove unused func, var, and const (#928)Mario Trangoni2018-04-29
* Fix some golint issues (#927)Mario Trangoni2018-04-29
* Merge pull request #852 from prometheus/remove-gmondBen Kochie2018-04-27
|\
| * Remove gmond collectorJohannes 'fish' Ziemke2018-04-17
* | Fix /proc/net/dev/ interface name handlingBen Kochie2018-04-18
* | Update ppc64le end-to-end fixture.Ben Kochie2018-04-18
* | Merge pull request #904 from prometheus/superq/if_aliasBen Kochie2018-04-17
|\ \
| * | Fix parsing of interface aliases in netdev linuxBen Kochie2018-04-17
* | | Merge pull request #901 from mischief/bsd_boottimeBen Kochie2018-04-17
|\ \ \ | |/ / |/| |
| * | collector: implement node_boot_time_seconds for OpenBSD/NetBSD/Darwinmischief2018-04-15