Remove duplicate messageVerification call in sendMsg

This commit is contained in:
skiffer-git 2022-09-15 15:03:57 +08:00
parent ccc65c846f
commit 1b31de18e4

View File

@ -252,7 +252,7 @@ func NewMsgPullFromMongoSuccessCounter() {
return return
} }
MsgPullFromMongoSuccessCounter = promauto.NewCounter(prometheus.CounterOpts{ MsgPullFromMongoSuccessCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "msg_pull_from_redis_success", Name: "msg_pull_from_mongo_success",
Help: "The number of successful pull msg from mongo", Help: "The number of successful pull msg from mongo",
}) })
} }