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