mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:30:48 +00:00
added event loop monitor
This commit is contained in:
parent
8ebbacee5a
commit
9b84422092
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ streamBuffers = require("stream-buffers")
|
||||||
Metrics = require "metrics-sharelatex"
|
Metrics = require "metrics-sharelatex"
|
||||||
Metrics.initialize("filestore")
|
Metrics.initialize("filestore")
|
||||||
Metrics.open_sockets.monitor(logger)
|
Metrics.open_sockets.monitor(logger)
|
||||||
|
Metrics.event_loop?.monitor(logger)
|
||||||
|
|
||||||
app.configure ->
|
app.configure ->
|
||||||
app.use express.bodyParser()
|
app.use express.bodyParser()
|
||||||
|
|
Loading…
Reference in a new issue