Node_Exporter/vendor/github.com/prometheus/procfs
Hannes Körber 14a4f0028e Enable nfs protocol (#998)
* vendor: Update prometheus/procfs

Signed-off-by: Hannes Körber <hannes.koerber@haktec.de>

* mountstats: Use new NFS protocol field

In https://github.com/prometheus/procfs/pull/100, the NFSTransportStats
struct was expanded by a field called protocol that specifies the NFS
protocol in use, either "tcp" or "udp". This commit adds the protocol as
a label to all NFS metrics exported via the mountstats collector.

Signed-off-by: Hannes Körber <hannes.koerber@haktec.de>

* Update fixtures for UDP mount

Signed-off-by: Hannes Körber <hannes.koerber@haktec.de>
2018-07-24 00:47:12 +02:00
..
bcache Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
internal/util Update vendoring (#801) 2018-01-25 18:20:39 +01:00
nfs Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
scripts Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
sysfs Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
xfs Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
.gitignore Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
.travis.yml Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
buddyinfo_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
buddyinfo.go Update vendoring (#801) 2018-01-25 18:20:39 +01: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
fixtures.ttar Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
fs_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
fs.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
ipvs_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
ipvs.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01: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 Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
mdstat_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
mdstat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
mountstats_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
mountstats.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
net_dev_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
net_dev.go Add sys/class/net parsing from procfs and expose its metrics (#851) 2018-07-16 15:08:18 +02:00
NOTICE Vendor all dependencies 2016-01-21 16:41:53 -05:00
proc_io_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
proc_io.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_limits_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
proc_limits.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_ns_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
proc_ns.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_stat_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
proc_stat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
proc_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
proc.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
README.md Update vendored procfs for buddyinfo, mountstats, and XFS changes 2017-02-14 11:04:28 -05:00
stat_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
stat.go Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
ttar Update vendored github.com/prometheus/procfs packages 2018-03-10 15:20:20 +01:00
xfrm_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
xfrm.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +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