prometheus-adapter/vendor/github.com/prometheus/procfs
2020-02-12 17:56:04 +02:00
..
internal/util vendored changes 2020-02-12 17:56:04 +02: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
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 Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
fs.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go.mod vendored changes 2020-02-12 17:56:04 +02: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 vendored changes 2020-02-12 17:56:04 +02:00
Makefile.common vendored changes 2020-02-12 17:56:04 +02:00
mdstat.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
mountstats.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -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 Update deps to Kube 1.11.3 2018-09-24 14:47:22 -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 *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02:00
xfrm.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -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