Also ignore vda1 and friends

This commit is contained in:
Stephen Shirley 2015-02-18 15:44:30 +01:00
parent 8f013ba8df
commit 0c7d45cc5d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const (
) )
var ( var (
ignoredDevices = flag.String("diskstatsIgnoredDevices", "^(ram|loop|(h|s|xv)d[a-z])\\d+$", "Regexp of devices to ignore for diskstats.") ignoredDevices = flag.String("diskstatsIgnoredDevices", "^(ram|loop|(h|s|v|xv)d[a-z])\\d+$", "Regexp of devices to ignore for diskstats.")
) )
type diskstatsCollector struct { type diskstatsCollector struct {