node_exporter/vendor/github.com/prometheus/procfs
Ben Kochie dc4c58671d
Update vendoring. (#1257)
* Update vendoring.

Update vendoring to latest upstream.

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-02-13 14:12:12 +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 vendoring. (#1257) 2019-02-13 14:12:12 +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
buddyinfo.go
CONTRIBUTING.md
doc.go
fixtures.ttar Update vendoring. (#1257) 2019-02-13 14:12:12 +01:00
fs.go
go.mod Update vendoring. (#1257) 2019-02-13 14:12:12 +01:00
go.sum Update vendoring. (#1257) 2019-02-13 14:12:12 +01:00
ipvs.go
LICENSE
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
mdstat.go
mountstats.go Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
net_dev.go
NOTICE
proc.go Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
proc_io.go
proc_limits.go
proc_ns.go
proc_psi.go Update vendoring. (#1257) 2019-02-13 14:12:12 +01:00
proc_stat.go Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
README.md
stat.go
ttar Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
xfrm.go

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