fix docker plugin

This commit is contained in:
Ulric Qin 2022-06-07 23:02:57 +08:00
parent 6d685f8d1e
commit 98a5b61f6c
1 changed files with 0 additions and 2 deletions

View File

@ -319,8 +319,6 @@ func (ins *Instance) gatherContainerInspect(container types.Container, slist *li
}
}
tags["container_id"] = container.ID
statefields := make(map[string]interface{})
finished, err := time.Parse(time.RFC3339, info.State.FinishedAt)
if err == nil && !finished.IsZero() {