Node_Exporter/vendor/github.com/prometheus/procfs
Ben Kochie becca1275c
Convert to Go modules (#1178)
* Convert to Go modules

* Update promu config.
* Convert to Go modules.
* Update vendoring.
* Update Makefile.common.
* Update circleci config.
* Use Prometheus release tar for promtool.
* Fixup unpack

* Use temp dir for unpacking tools.
* Use BSD compatible tar command.
* OpenBSD mkdir doesn't support `-v`.

Signed-off-by: Ben Kochie <superq@gmail.com>
2018-11-30 14:01:20 +01:00
..
bcache Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
internal/util Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
nfs Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
sysfs Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
xfs Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
.gitignore Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
buddyinfo.go Update vendoring (#801) 2018-01-25 18:20:39 +01: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 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
ipvs.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
LICENSE Vendor all dependencies 2016-01-21 16:41:53 -05:00
MAINTAINERS.md Update vendored packages 2017-02-28 18:20:24 -04:00
Makefile Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
mdstat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
mountstats.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
net_dev.go Add sys/class/net parsing from procfs and expose its metrics (#851) 2018-07-16 15:08:18 +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_stat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc.go Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
README.md Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05: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

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