🔖 dashboard v0.13.9 ignore monitor unmarshal error

This commit is contained in:
naiba
2022-05-02 13:36:49 +08:00
parent 6d1e42a7e7
commit e4e15d0c57
4 changed files with 7 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ func (ss *ServiceSentinel) loadMonitorHistory() {
var monitors []*model.Monitor
err := DB.Find(&monitors).Error
if err != nil {
return
panic(err)
}
ss.serviceResponseDataStoreLock.Lock()