mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 06:03:07 +00:00
feat: log total missing messages
This commit is contained in:
parent
eca44f86eb
commit
db4a54ab40
@ -281,6 +281,7 @@ func (app *Application) verifyHistory(ctx context.Context, runId string, storeno
|
||||
logger.Info("messages that could not be verified summary", zap.Stringer("storenode", s.ID), zap.Int("numMsgs", missingCnt))
|
||||
}
|
||||
|
||||
logger.Info("total missing messages", zap.Int("total", totalMissingMessages))
|
||||
app.metrics.RecordTotalMissingMessages(totalMissingMessages)
|
||||
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user