distribution/vendor/github.com/prometheus/procfs
Tariq Ibrahim 5223c27422
migrate to go modules from vndr
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-06-19 12:24:07 -07:00
..
internal/util Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
nfs Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
xfs Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
.travis.yml migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
buddyinfo.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
CONTRIBUTING.md migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
doc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
fs.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
ipvs.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
LICENSE Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
MAINTAINERS.md migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
Makefile migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
mdstat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
mountstats.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
net_dev.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
NOTICE Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_io.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_limits.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_ns.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_stat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
README.md Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
stat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
ttar migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
xfrm.go Add Prometheus Metrics 2018-02-09 14:27:51 -08: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