Exclude master_replid fields from redis input (#3725)

This commit is contained in:
Daniel Nelson
2018-01-30 13:58:44 -08:00
committed by GitHub
parent 7ac39869ff
commit 5a4ceab81b
3 changed files with 9 additions and 0 deletions

View File

@@ -207,6 +207,10 @@ func gatherInfoOutput(
}
}
if strings.HasPrefix(name, "master_replid") {
continue
}
if name == "mem_allocator" {
continue
}