overleaf/libraries/metrics
Eric Mc Sween 25448bfef4 Downgrade all request logs to INFO
Commit 9056143fe36f1347a1ff985ef8592a1de7d798dd added logic to log
requests with different error levels depending on the status code. The
intention was to make the 5xx and 4xx requests stand out in Stackdriver.
Unfortunately, this also creates a lot of noise in Sentry since we log
the errors separately from the requests.

This commit brings back the former behaviour of logging all requests at
the INFO level. We can revisit this if we integrate the strategy
implemented in filestore of logging once per request.
2020-03-18 08:41:11 -04:00
..
statsd Send HTTP request size metric 2020-03-11 16:39:49 -04:00
test/unit/coffee
.gitignore
.nvmrc
event_loop.coffee
Gruntfile.coffee
http.coffee Downgrade all request logs to INFO 2020-03-18 08:41:11 -04:00
index.js
LICENSE
memory.coffee
metrics.coffee Send HTTP request size metric 2020-03-11 16:39:49 -04:00
mongodb.coffee
open_sockets.coffee
package-lock.json Bump package version 2020-03-04 10:31:12 +00:00
package.json Send HTTP request size metric 2020-03-11 16:39:49 -04:00
prom_wrapper.coffee avoid step effects in summary metrics 2020-03-10 15:01:09 +00:00
timeAsyncMethod.coffee
uv_threadpool_size.coffee Don't set UV_THREADPOOL_SIZE if already set 2020-03-03 17:09:35 +00:00