This puts all collector-specific flags into their own namespace under
"collector.<collector-name>", and moves from camel case to dashes, which
is the standard in Prometheus land now.
ignoredMountPoints=flag.String("filesystemIgnoredMountPoints","^/(sys|proc|dev)($|/)","Regexp of mount points to ignore for filesystem collector.")
ignoredMountPoints=flag.String("collector.filesystem.ignored-mount-points","^/(sys|proc|dev)($|/)","Regexp of mount points to ignore for filesystem collector.")