Node_Exporter/vendor/github.com/prometheus/procfs/sysfs
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
..
.gitignore Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
doc.go Initial XFS collector 2017-04-22 11:53:07 -04:00
fixtures.ttar Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
fs_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
fs.go Update github.com/prometheus/procfs dependencies 2017-06-08 14:44:11 +02:00
net_class_test.go Enable nfs protocol (#998) 2018-07-24 00:47:12 +02:00
net_class.go Add sys/class/net parsing from procfs and expose its metrics (#851) 2018-07-16 15:08:18 +02:00