mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Namespace gauge keys correctly
This commit is contained in:
parent
00c0036ca5
commit
284d8fb588
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue