This commit is contained in:
lpf
2026-03-05 13:06:31 +08:00
parent cbfe5cf2a0
commit 8df91df91c
2 changed files with 2 additions and 2 deletions

View File

@@ -2412,7 +2412,7 @@ func (s *RegistryServer) handleWebUIEKGStats(w http.ResponseWriter, r *http.Requ
}
}
}
if errSig != "" {
if errSig != "" && status == "error" {
errSigCount[errSig]++
if isHeartbeat {
errSigHeartbeat[errSig]++