Move to metrics v2 and shrinkwrap

This commit is contained in:
Christopher Hoskin 2019-01-04 09:22:09 +00:00
parent 1217d8a80a
commit d9ec90f0e2
3 changed files with 2089 additions and 1 deletions

View file

@ -26,6 +26,7 @@ app.configure ->
app.use(Metrics.http.monitor(logger));
app.use express.bodyParser()
app.use app.router
Metrics.injectMetricsRoute(app)
DispatchManager.createAndStartDispatchers(Settings.dispatcherCount || 10)

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@
"express": "3.3.4",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.6",
"lynx": "0.0.11",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.8",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.12",
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.4",
"request": "2.25.0",
"requestretry": "^1.12.0",