node_exporter/vendor/github.com/prometheus/procfs
Ben Kochie 01bd99fb1a
Refactor NFS client collector (#816)
* Update vendor github.com/prometheus/procfs/...

* Refactor NFS collector

Use new procfs library to parse NFS client stats.

* Ignore nfs proc file not existing.

* Refactor with reflection to walk the structs.
2018-02-15 13:40:38 +01:00
..
bcache Update vendoring (#801) 2018-01-25 18:20:39 +01:00
internal/util Update vendoring (#801) 2018-01-25 18:20:39 +01:00
nfs Refactor NFS client collector (#816) 2018-02-15 13:40:38 +01:00
sysfs Update vendoring (#685) 2017-10-05 16:20:47 +02:00
xfs Update vendoring (#801) 2018-01-25 18:20:39 +01:00
buddyinfo.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
CONTRIBUTING.md
doc.go
fs.go Refactor NFS client collector (#816) 2018-02-15 13:40:38 +01:00
ipvs.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
LICENSE
MAINTAINERS.md
Makefile Update vendoring (#685) 2017-10-05 16:20:47 +02:00
mdstat.go
mountstats.go
net_dev.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
NOTICE
proc.go
proc_io.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
proc_limits.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
proc_ns.go Update vendoring (#801) 2018-01-25 18:20:39 +01:00
proc_stat.go
README.md
stat.go
ttar Update vendoring (#685) 2017-10-05 16:20:47 +02:00
xfrm.go

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