mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use ENABLE_PROFILE_AGENT
This commit is contained in:
parent
db4ae84bda
commit
287effb139
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ module.exports = Metrics =
|
|||
initialize: (_name) ->
|
||||
appname = _name
|
||||
collectDefaultMetrics({ timeout: 5000, prefix: Metrics.buildPromKey()})
|
||||
|
||||
|
||||
logger = require("logger-sharelatex")
|
||||
|
||||
logger.log("ENABLE_TRACE_AGENT set to #{process.env['ENABLE_TRACE_AGENT']}")
|
||||
|
@ -42,8 +42,8 @@ module.exports = Metrics =
|
|||
}
|
||||
})
|
||||
|
||||
logger.log("ENABLE_PROFILER_AGENT set to #{process.env['ENABLE_PROFILER_AGENT']}")
|
||||
if process.env['ENABLE_PROFILER_AGENT'] == "true"
|
||||
logger.log("ENABLE_PROFILE_AGENT set to #{process.env['ENABLE_PROFILE_AGENT']}")
|
||||
if process.env['ENABLE_PROFILE_AGENT'] == "true"
|
||||
logger.log("starting google profile agent")
|
||||
profiler = require('@google-cloud/profiler')
|
||||
profiler.start({
|
||||
|
|
Loading…
Reference in a new issue