Exclude master_replid fields from redis input (#3725)
This commit is contained in:
@@ -207,6 +207,10 @@ func gatherInfoOutput(
|
||||
}
|
||||
}
|
||||
|
||||
if strings.HasPrefix(name, "master_replid") {
|
||||
continue
|
||||
}
|
||||
|
||||
if name == "mem_allocator" {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user