Node_Exporter/vendor/github.com/prometheus/procfs
Ben Kochie deadfef4c9 Update vendoring (#685)
* Update vendor github.com/coreos/go-systemd/dbus@v15

* Update vendor github.com/ema/qdisc

* Update vendor github.com/godbus/dbus

* Update vendor github.com/golang/protobuf/proto

* Update vendor github.com/lufia/iostat

* Update vendor github.com/matttproud/golang_protobuf_extensions/pbutil@v1.0.0

* Update vendor github.com/prometheus/client_golang/...

* Update vendor github.com/prometheus/common/...

* Update vendor github.com/prometheus/procfs/...

* Update vendor github.com/sirupsen/logrus@v1.0.3

Adds vendor golang.org/x/crypto

* Update vendor golang.org/x/net/...

* Update vendor golang.org/x/sys/...

* Update end to end output.
2017-10-05 16:20:47 +02:00
..
bcache Update github.com/prometheus/procfs dependencies 2017-06-08 14:44:11 +02:00
sysfs Update vendoring (#685) 2017-10-05 16:20:47 +02:00
xfs Initial XFS collector 2017-04-22 11:53:07 -04:00
buddyinfo.go Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
CONTRIBUTING.md Update vendored packages 2017-02-28 18:20:24 -04:00
doc.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
fs.go Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
ipvs.go Update github.com/prometheus/procfs dependency 2017-05-04 16:40:25 +02:00
LICENSE Vendor all dependencies 2016-01-21 16:41:53 -05:00
MAINTAINERS.md Update vendored packages 2017-02-28 18:20:24 -04:00
Makefile Update vendoring (#685) 2017-10-05 16:20:47 +02:00
mdstat.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
mountstats.go Update github.com/prometheus/procfs dependency (#572) 2017-04-25 10:24:59 +02:00
NOTICE Vendor all dependencies 2016-01-21 16:41:53 -05:00
proc_io.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
proc_limits.go Update github.com/prometheus/procfs to latest revision 2016-12-07 12:19:16 -05:00
proc_stat.go Vendor all dependencies 2016-01-21 16:41:53 -05:00
proc.go Update github.com/prometheus/procfs to latest revision 2016-12-07 12:19:16 -05:00
README.md Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
stat.go Update github.com/prometheus/procfs dependencies 2017-06-08 14:44:11 +02:00
ttar Update vendoring (#685) 2017-10-05 16:20:47 +02:00
xfrm.go Update github.com/prometheus/procfs dependencies 2017-06-08 14:44:11 +02: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