Merge pull request #44 from hctech/main

fix: zookeeper插件zk_version指标获取失败
This commit is contained in:
ulricqin 2022-06-20 19:02:36 +08:00 committed by GitHub
commit 7231cb23a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ func (ins *Instance) gatherMntrResult(conn net.Conn, slist *list.SafeList, globa
}
kv := strings.Fields(l)
if len(kv) != 2 {
if len(kv) < 2 {
continue
}