Add device path to metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
9
vendor/github.com/crosbymichael/cgroups/stats.go
generated
vendored
9
vendor/github.com/crosbymichael/cgroups/stats.go
generated
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user