prometheus/vendor/github.com/prometheus/procfs
Brian Brazil 8ff6938fa4
Update dependencies. (#5449)
Including going to tsdb 0.7.0.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2019-04-10 18:47:25 +01:00
..
internal/util update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
nfs update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
xfs Update dependencies. (#5449) 2019-04-10 18:47:25 +01:00
.gitignore update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
buddyinfo.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
CONTRIBUTING.md update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
doc.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
fixtures.ttar update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
fs.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
go.mod import the latest patch release of client_golang in prometheus 2019-03-29 02:12:52 -07:00
ipvs.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
LICENSE Vendoring via govendor 2015-09-15 15:37:12 +02:00
MAINTAINERS.md Update dependencies. (#5449) 2019-04-10 18:47:25 +01:00
Makefile import the latest patch release of client_golang in prometheus 2019-03-29 02:12:52 -07:00
Makefile.common import the latest patch release of client_golang in prometheus 2019-03-29 02:12:52 -07:00
mdstat.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
mountstats.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
net_dev.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
NOTICE Vendoring via govendor 2015-09-15 15:37:12 +02:00
proc.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
proc_io.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
proc_limits.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
proc_ns.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
proc_stat.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
README.md update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
stat.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
ttar update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
xfrm.go update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03: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