mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use latest version of metrics with suitable event loop monitoring
This commit is contained in:
parent
5b17764da2
commit
73cd1a3e92
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ logger.initialize("real-time-sharelatex")
|
|||
|
||||
Metrics = require("metrics-sharelatex")
|
||||
Metrics.initialize("real-time")
|
||||
Metrics.event_loop.monitor(logger)
|
||||
|
||||
rclient = redis.createClient(Settings.redis.web)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"express": "^4.10.1",
|
||||
"express-session": "^1.9.1",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.4.0",
|
||||
"redis-sharelatex": "0.0.9",
|
||||
"request": "~2.34.0",
|
||||
"session.socket.io": "^0.1.6",
|
||||
|
|
Loading…
Reference in a new issue