postgres_exporter/vendor/github.com/prometheus/procfs
Will Rouesnel 0e4c3ce395 Update all dependencies.
* Switch to using kingpin for CLI interface as upstream Prometheus has moved
  that way too.
2017-10-26 19:27:29 +11:00
..
xfs Update all dependencies. 2017-10-26 19:27:29 +11:00
buddyinfo.go Update all dependencies. 2017-10-26 19:27:29 +11:00
CONTRIBUTING.md Update all dependencies. 2017-10-26 19:27:29 +11:00
doc.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
fs.go Update all dependencies. 2017-10-26 19:27:29 +11:00
ipvs.go Update all dependencies. 2017-10-26 19:27:29 +11:00
LICENSE Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
MAINTAINERS.md Update all dependencies. 2017-10-26 19:27:29 +11:00
Makefile Update all dependencies. 2017-10-26 19:27:29 +11:00
mdstat.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
mountstats.go Update all dependencies. 2017-10-26 19:27:29 +11:00
NOTICE Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
proc_io.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
proc_limits.go Update all dependencies. 2017-10-26 19:27:29 +11:00
proc_stat.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
proc.go Update all dependencies. 2017-10-26 19:27:29 +11:00
README.md Update all dependencies. 2017-10-26 19:27:29 +11:00
stat.go Update all dependencies. 2017-10-26 19:27:29 +11:00
ttar Update all dependencies. 2017-10-26 19:27:29 +11:00
xfrm.go Update all dependencies. 2017-10-26 19:27:29 +11: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