Add device path to metrics

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-03-21 16:52:16 -07:00
parent c90e0c94a5
commit d219b47f65
5 changed files with 91 additions and 20 deletions

View File

@@ -101,8 +101,9 @@ type BlkioStat struct {
}
type BlkioEntry struct {
Op string
Major uint64
Minor uint64
Value uint64
Op string
Device string
Major uint64
Minor uint64
Value uint64
}