mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-19 09:51:45 +08:00
add
This commit is contained in:
parent
5ce0cf1aad
commit
7e5b62377f
@ -31,3 +31,9 @@ func PromeInc(counter prometheus.Counter) {
|
||||
counter.Inc()
|
||||
}
|
||||
}
|
||||
|
||||
func PromeAdd(counter prometheus.Counter, add int) {
|
||||
if config.Config.Prometheus.Enable {
|
||||
counter.Add(float64(add))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user