statsd_exporter/vendor/github.com/prometheus/procfs
Simon Pasquier a856251d79 Bump prometheus/client_golang to v0.9.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-12-17 13:42:24 +01:00
..
internal/util Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
nfs Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
xfs Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
.gitignore Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
buddyinfo.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
CONTRIBUTING.md Update vendor github.com/prometheus/procfs 2017-08-30 17:49:43 +02:00
doc.go Vendor dependencies 2016-05-03 19:25:23 +02:00
fixtures.ttar Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
fs.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
go.mod Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
ipvs.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
LICENSE Vendor dependencies 2016-05-03 19:25:23 +02:00
MAINTAINERS.md Update vendor github.com/prometheus/procfs 2017-08-30 17:49:43 +02:00
Makefile Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
Makefile.common Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
mdstat.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
mountstats.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
net_dev.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
NOTICE Vendor dependencies 2016-05-03 19:25:23 +02:00
proc.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
proc_io.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
proc_limits.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
proc_ns.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
proc_stat.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
README.md Update vendor github.com/prometheus/procfs 2017-08-30 17:49:43 +02:00
stat.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
ttar Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01:00
xfrm.go Bump prometheus/client_golang to v0.9.2 2018-12-17 13:42:24 +01: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