mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
inc process_startup on init
This commit is contained in:
parent
752541b7f1
commit
27e6db1e51
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ module.exports = Metrics =
|
|||
version: '0.0.1'
|
||||
}
|
||||
})
|
||||
Metrics.inc("process_startup")
|
||||
|
||||
registerDestructor: (func) ->
|
||||
destructors.push func
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "metrics-sharelatex",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "A drop-in metrics and monitoring module for node.js apps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue