mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Namespace gauge keys correctly
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports =
|
||||
statsd.timing(buildKey(this.key), timeSpan, this.sampleRate)
|
||||
|
||||
gauge : (key, value, sampleRate = 1)->
|
||||
statsd.gauge key, value, sampleRate
|
||||
statsd.gauge buildKey(key), value, sampleRate
|
||||
|
||||
mongodb: require "./mongodb"
|
||||
http: require "./http"
|
||||
|
||||
Reference in New Issue
Block a user