inc process_startup on init

This commit is contained in:
Henry Oswald 2018-12-04 15:57:19 +00:00
parent 752541b7f1
commit 27e6db1e51
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ module.exports = Metrics =
version: '0.0.1'
}
})
Metrics.inc("process_startup")
registerDestructor: (func) ->
destructors.push func

View file

@ -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",