We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d596c78 + f627015 commit c4b9ac5Copy full SHA for c4b9ac5
1 file changed
blkio.go
@@ -86,6 +86,7 @@ func (b *blkioController) Stat(path string, stats *Metrics) error {
86
}
87
// Try to read CFQ stats available on all CFQ enabled kernels first
88
if _, err := os.Lstat(filepath.Join(b.Path(path), fmt.Sprintf("blkio.io_serviced_recursive"))); err == nil {
89
+ settings = []blkioStatSettings{}
90
settings = append(settings,
91
blkioStatSettings{
92
name: "sectors_recursive",
0 commit comments