aboutsummaryrefslogtreecommitdiff
path: root/collector/filesystem_linux.go
Commit message (Expand)AuthorAge
* Use Go 1.13 error featuresBen Kochie2020-06-16
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* Add a flag to adjust mount timeoutMark Knapp2019-10-22
* properly strip path.rootfs from mountpoint labels (#1421)dt-rush2019-07-19
* Ignore iso9600 filesystem on Linux (#1355)Leonid Evdokimov2019-06-18
* use sys/unix package instead of syscall (#1340)Paul Gier2019-05-10
* Add fallback for missing /proc/1/mounts (#1172)Ben Kochie2018-11-30
* Remove unused variable readOnly from filesystem_linux.go. (#1173)Jerome Froelich2018-11-30
* collector: add bounds check and test for filesystem collector (#1133)Matt Layher2018-10-30
* Ignore additional virtual filesystems (#1104)Ben Kochie2018-10-12
* [continue 912] strip rootfs prefix for run in docker (#1058)Yecheng Fu2018-10-04
* filesystem: Ignore netns/nsfs mounts (#1047)Daniele Sluijters2018-09-26
* Exclude only subdirectories of /var/lib/docker (#1003)Johannes Wienke2018-07-23
* Use /proc/mounts instead of statfs(2) for ro state (#1002)Brandon Gilmore2018-07-16
* Changed the way that stuck mounts are handled. If a mount fails to return, it...mknapphrt2018-07-14
* Adding support for evaluating octal characters in mountpoint (#954)Brad Beam2018-06-06
* Add overlay to defIgnoredFSTypes (#824)Kasinath Kottukkal2018-02-16
* Fix log level regression in #533Brian Brazil2018-02-07
* Ignore /var/lib/docker by default. (#814)Brian Brazil2018-02-06
* Ignore more virtual filesystems (#775)Ben Kochie2018-01-03
* [FIX] Exclude Linux proc from filesystem type regexp (#774)Netmonk2018-01-03
* Fix export of stale device error metrics for unmounted filesystemsTobias Schmidt2017-03-22
* Remove unnecessarily named return variablesTobias Schmidt2017-02-28
* Fix all open go lint and vet issuesTobias Schmidt2017-02-28
* Make sure we only return one metric per mounted fsJohannes 'fish' Ziemke2017-01-04
* Merge pull request #374 from prometheus/fish-add-filesystem-errorsJohannes 'fish' Ziemke2016-12-26
|\
| * Add node_filesystem_device_errors_total metricJohannes 'fish' Ziemke2016-12-19
* | Ignore autofs filesystems on linuxBjørn Forsman2016-12-25
|/
* Fix typos, and initialisms from comments in #217Sharif Nassar2016-05-13
* Add ignored fs typesDominik Schulz2016-05-13
* Fix go format style in filesystem collectorTobias Schmidt2016-01-21
* Add filesystem read-only metric node_filesystem_readonlyWill Rouesnel2015-11-12
* collector: sync bsd filesystem collector labels with linuxNick Owens2015-11-02
* switch to github.com/prometheus/common/log for loggingNick Owens2015-10-30
* Make filesystem collector more robust.Kevin Lyda2015-10-18
* Add license headers to all code files.Matthias Rampke2015-09-26
* Add flag to change the location of the procfs.Matthias Rampke2015-09-26
* Fix issues from code review, and split common code into filesystem_common.go.Martín Ferrari2015-09-16
* Revamp the filesystem collector to use throw-away ConstMetrics.Martín Ferrari2015-09-15
* Rename linux collectors for build constraints.Siavash Safi2015-07-14