In high scale virtualized / cloud environments there are typically
no guest VMs. Add a boolean flag to allow disabling the Linux guest
CPU metrics.
Signed-off-by: Ben Kochie <superq@gmail.com>
flagsInclude=kingpin.Flag("collector.cpu.info.flags-include","Filter the `flags` field in cpuInfo with a value that must be a regular expression").String()
flagsInclude=kingpin.Flag("collector.cpu.info.flags-include","Filter the `flags` field in cpuInfo with a value that must be a regular expression").String()
bugsInclude=kingpin.Flag("collector.cpu.info.bugs-include","Filter the `bugs` field in cpuInfo with a value that must be a regular expression").String()
bugsInclude=kingpin.Flag("collector.cpu.info.bugs-include","Filter the `bugs` field in cpuInfo with a value that must be a regular expression").String()