From 1b31de18e4ceb6b5cae6779336ae245231044a9d Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 15 Sep 2022 15:03:57 +0800 Subject: [PATCH] Remove duplicate messageVerification call in sendMsg --- pkg/common/prometheus/gather.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/prometheus/gather.go b/pkg/common/prometheus/gather.go index dd2aadb37..1d6b71ebb 100644 --- a/pkg/common/prometheus/gather.go +++ b/pkg/common/prometheus/gather.go @@ -252,7 +252,7 @@ func NewMsgPullFromMongoSuccessCounter() { return } 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", }) }