Updating dependency github.com/prometheus/procfs to version v0.0.5

This commit is contained in:
Davanum Srinivas
2020-03-24 13:34:32 -04:00
parent a1ef1e80be
commit af1833daf2
49 changed files with 4691 additions and 201 deletions

View File

@@ -31,7 +31,7 @@ type BuddyInfo struct {
Sizes []float64
}
// NewBuddyInfo reads the buddyinfo statistics from the specified `proc` filesystem.
// BuddyInfo reads the buddyinfo statistics from the specified `proc` filesystem.
func (fs FS) BuddyInfo() ([]BuddyInfo, error) {
file, err := os.Open(fs.proc.Path("buddyinfo"))
if err != nil {