Remove duplicate messageVerification call in sendMsg

pull/351/head
skiffer-git 3 years ago
parent ccc65c846f
commit 1b31de18e4

@ -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",
}) })
} }

Loading…
Cancel
Save