pull/351/head
wangchuxiao 3 years ago
parent 024ee6e602
commit 07170135e6

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

Loading…
Cancel
Save