prometheus-adapter/vendor/github.com/prometheus/procfs
Solly Ross a293b2bf94 Check in the vendor directory
Travis seems to be having issues pulling deps, so we'll have to check in
the vendor directory and prevent the makefile from trying to regenerate
it normally.
2018-07-13 17:32:49 -04:00
..
internal/util Check in the vendor directory 2018-07-13 17:32:49 -04:00
nfs Check in the vendor directory 2018-07-13 17:32:49 -04:00
xfs Check in the vendor directory 2018-07-13 17:32:49 -04:00
.gitignore Check in the vendor directory 2018-07-13 17:32:49 -04:00
.travis.yml Check in the vendor directory 2018-07-13 17:32:49 -04:00
buddyinfo.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
CONTRIBUTING.md Check in the vendor directory 2018-07-13 17:32:49 -04:00
doc.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
fixtures.ttar Check in the vendor directory 2018-07-13 17:32:49 -04:00
fs.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
ipvs.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
LICENSE Check in the vendor directory 2018-07-13 17:32:49 -04:00
MAINTAINERS.md Check in the vendor directory 2018-07-13 17:32:49 -04:00
Makefile Check in the vendor directory 2018-07-13 17:32:49 -04:00
mdstat.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
mountstats.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
net_dev.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
NOTICE Check in the vendor directory 2018-07-13 17:32:49 -04:00
proc.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
proc_io.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
proc_limits.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
proc_ns.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
proc_stat.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
README.md Check in the vendor directory 2018-07-13 17:32:49 -04:00
stat.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
ttar Check in the vendor directory 2018-07-13 17:32:49 -04:00
xfrm.go Check in the vendor directory 2018-07-13 17:32:49 -04: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