postgres_exporter/vendor/github.com/prometheus/procfs
Will Rouesnel 054d825c7d Vendor all dependencies, add docker build to makefile.
Vendor and store all dependencies. This allows us to have a makefile which
builds to a minimized docker image.
2016-03-12 21:16:17 +11:00
..
AUTHORS.md Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
CONTRIBUTING.md Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
doc.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
fs.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
ipvs.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
LICENSE Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
Makefile Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
mdstat.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +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 Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
proc_stat.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
proc.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
README.md Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +11:00
stat.go Vendor all dependencies, add docker build to makefile. 2016-03-12 21:16:17 +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