Update procfs library (#1640)
Bump procfs to latest release. Fixes: https://github.com/prometheus/node_exporter/issues/1625 Fixes: https://github.com/prometheus/node_exporter/issues/1634 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
e49a13d0cf
commit
47610d0d2b
17 changed files with 345 additions and 64 deletions
2
vendor/github.com/prometheus/procfs/bcache/bcache.go
generated
vendored
2
vendor/github.com/prometheus/procfs/bcache/bcache.go
generated
vendored
|
|
@ -29,7 +29,7 @@ type Stats struct {
|
|||
}
|
||||
|
||||
// BcacheStats contains statistics tied to a bcache ID.
|
||||
type BcacheStats struct {
|
||||
type BcacheStats struct { // nolint:golint
|
||||
AverageKeySize uint64
|
||||
BtreeCacheSize uint64
|
||||
CacheAvailablePercent uint64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue