mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
update metrics module to 2.5.1
reduce time window for summary metrics to 60s
This commit is contained in:
parent
69125df44b
commit
e2564c9cdd
2 changed files with 4 additions and 4 deletions
6
services/document-updater/package-lock.json
generated
6
services/document-updater/package-lock.json
generated
|
@ -2183,9 +2183,9 @@
|
||||||
"integrity": "sha512-2403MfnVypWSNIEpmQ26/ObZ5kSUx37E8NHRvriw0+I8Sne7k0HGuLGCk0OrCqURh4UIygD0cSsYq+Ll+kzNqA=="
|
"integrity": "sha512-2403MfnVypWSNIEpmQ26/ObZ5kSUx37E8NHRvriw0+I8Sne7k0HGuLGCk0OrCqURh4UIygD0cSsYq+Ll+kzNqA=="
|
||||||
},
|
},
|
||||||
"metrics-sharelatex": {
|
"metrics-sharelatex": {
|
||||||
"version": "2.4.0",
|
"version": "2.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/metrics-sharelatex/-/metrics-sharelatex-2.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/metrics-sharelatex/-/metrics-sharelatex-2.5.1.tgz",
|
||||||
"integrity": "sha512-FbIRRhReVCEM4ETzh+qVMm3lP33zSSAdrHfSTtegkcB7GGi1kYs+Qt1/dXFawUA8pIZRQTtsfxiS1nZamiSwHg==",
|
"integrity": "sha512-C2gmkl/tUnq3IlSX/x3dixGhdvfD6H9FR9mBf9lnkeyy2arafxhCU6u+1IQj6byjBM7vGpYHyjwWnmoi3Vb+ZQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@google-cloud/debug-agent": "^3.0.0",
|
"@google-cloud/debug-agent": "^3.0.0",
|
||||||
"@google-cloud/profiler": "^0.2.3",
|
"@google-cloud/profiler": "^0.2.3",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"express": "3.11.0",
|
"express": "3.11.0",
|
||||||
"lodash": "^4.17.13",
|
"lodash": "^4.17.13",
|
||||||
"logger-sharelatex": "^1.7.0",
|
"logger-sharelatex": "^1.7.0",
|
||||||
"metrics-sharelatex": "^2.2.0",
|
"metrics-sharelatex": "^2.5.1",
|
||||||
"mongojs": "^2.6.0",
|
"mongojs": "^2.6.0",
|
||||||
"redis-sharelatex": "^1.0.11",
|
"redis-sharelatex": "^1.0.11",
|
||||||
"request": "^2.47.0",
|
"request": "^2.47.0",
|
||||||
|
|
Loading…
Reference in a new issue