This commit is contained in:
wangchuxiao 2022-09-15 01:28:56 +08:00
parent 024ee6e602
commit 07170135e6

View File

@ -46,13 +46,6 @@ func NewUserRegisterCounter() {
})
}
func NewUserRegisterCounter() {
UserRegisterCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "user_register",
Help: "The number of user register",
})
}
func NewSeqGetSuccessCounter() {
SeqGetSuccessCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "seq_get_success",