node_exporter/vendor/github.com/prometheus/procfs
mknapphrt 7fbdd0ae93 Update procfs vendor (#1248)
Signed-off-by: Mark Knapp <mknapp@hudson-trading.com>
2019-02-04 16:54:41 +01:00
..
bcache Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
internal/util Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
nfs Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
sysfs Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
xfs Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
.gitignore Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
CONTRIBUTING.md Update vendored packages 2017-02-28 18:20:24 -04:00
LICENSE Vendor all dependencies 2016-01-21 16:41:53 -05:00
MAINTAINERS.md Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
Makefile Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
Makefile.common Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
NOTICE Vendor all dependencies 2016-01-21 16:41:53 -05:00
README.md Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
buddyinfo.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
doc.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
fixtures.ttar Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
fs.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
go.mod Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
ipvs.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
mdstat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
mountstats.go Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
net_dev.go Add sys/class/net parsing from procfs and expose its metrics (#851) 2018-07-16 15:08:18 +02:00
proc.go Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
proc_io.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_limits.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_ns.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_stat.go Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
stat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
ttar Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
xfrm.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00

README.md

procfs

This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

GoDoc Build Status Go Report Card