mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
don't default to adding underscore to name
This commit is contained in:
parent
816c9348f6
commit
5039287ee4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ require "./uv_threadpool_size"
|
|||
|
||||
module.exports = Metrics =
|
||||
initialize: (_name) ->
|
||||
name = _name + "_"
|
||||
name = _name
|
||||
collectDefaultMetrics({ timeout: 5000, prefix: name+"_"})
|
||||
|
||||
registerDestructor: (func) ->
|
||||
|
|
Loading…
Reference in a new issue