remove string field of plugin: nginx_upstream_check

This commit is contained in:
Ulric Qin 2022-06-01 12:47:53 +08:00
parent 60e1703df0
commit 6c8df10b11
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ func (ins *Instance) gather(slist *list.SafeList, target string) {
}
fields := map[string]interface{}{
"status": server.Status,
"status_code": getStatusCode(server.Status),
"rise": server.Rise,
"fall": server.Fall,