Update fixtures
* Add oom_kill to fixture. * Update e2e outputs. * Put regexp in order. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
499c342fed
commit
cf3edadcbb
4 changed files with 27 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
vmStatFields = kingpin.Flag("collector.vmstat.fields", "Regexp of fields to return for vmstat collector.").Default("^(pgpg|pswp|pg.*fault|oom_kill).*").String()
|
||||
vmStatFields = kingpin.Flag("collector.vmstat.fields", "Regexp of fields to return for vmstat collector.").Default("^(oom_kill|pgpg|pswp|pg.*fault).*").String()
|
||||
)
|
||||
|
||||
type vmStatCollector struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue