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 handle undefined logger in event loop monitor 2018-05-10 10:10:34 +01:00
.gitignore Update gitignore 2017-03-16 10:09:16 +00:00
.nvmrc Add unit tests 2017-03-16 09:49:45 +00:00
event_loop.coffee handle undefined logger in event loop monitor 2018-05-10 10:10:34 +01:00
Gruntfile.coffee Add unit tests 2017-03-16 09:49:45 +00:00
http.coffee Downgrade all request logs to INFO 2020-03-18 08:41:11 -04:00
index.js Create metrics module 2014-05-06 16:52:03 +01:00
LICENSE Create LICENSE 2014-09-08 09:19:39 +01:00
memory.coffee log memory usage every minute 2015-08-20 17:03:58 +01:00
metrics.coffee Send HTTP request size metric 2020-03-11 16:39:49 -04:00
mongodb.coffee improve mongo metrics to be more promethious like 2018-11-26 13:31:21 +00:00
open_sockets.coffee Set maxSockets to Infinity for all services 2015-08-31 14:02:03 +01:00
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 small cleanup 2018-12-04 17:01:30 +00:00
uv_threadpool_size.coffee Don't set UV_THREADPOOL_SIZE if already set 2020-03-03 17:09:35 +00:00