Node_Exporter/vendor/github.com/prometheus/procfs
Ben Kochie f97f01c46c
Update for 0.18.0 release (#1337)
* Update CHANGELOG for release.
* Bump VERSION.
* Update vendoring.

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-05-09 13:19:12 -05:00
..
bcache update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
internal update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
nfs update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
sysfs update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
xfs update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
.gitignore Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
.golangci.yml update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
buddyinfo.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
CONTRIBUTING.md Update vendored packages 2017-02-28 18:20:24 -04:00
doc.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
fixtures.ttar update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
fs.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
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 update procfs to latest (#1335) 2019-05-07 06:38:21 +02: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 to latest (#1335) 2019-05-07 06:38:21 +02:00
Makefile.common Update for 0.18.0 release (#1337) 2019-05-09 13:19:12 -05:00
mdstat.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
mountstats.go Update procfs vendor (#1248) 2019-02-04 16:54:41 +01:00
net_dev.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
NOTICE Vendor all dependencies 2016-01-21 16:41:53 -05: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_psi.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
proc_stat.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
proc.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
README.md Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
stat.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
ttar Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
xfrm.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00

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