Commit Graph
59 Commits
Author SHA1 Message Date
Eric Mc Sween bd1a1dbabf 3.2.1 2020-09-17 10:40:34 -04:00
Eric Mc Sween 2f35db4087 Fix startup crash
Version 3.2.0 crashes on startup because it calls buildPromKey() without
arguments. To avoid this kind of obvious bug to happen again, I added
some basic acceptance tests.
2020-09-17 10:30:25 -04:00
Eric Mc Sween ec0441bc89 3.2.0 2020-09-15 08:37:05 -04:00
Eric Mc Sween 971a768c4e Install prettier and eslint 2020-09-11 15:59:33 -04:00
Brian Gough c530422f1e update package version to 3.1.0 2020-09-04 15:52:05 +01:00
Jakob AckermannandBrian Gough 71ba4150fe [misc] enable compression for the /metrics route 2020-09-04 15:32:48 +01:00
Brian Gough 5b39d49358 use scoped package name @overleaf/metrics 2020-08-05 11:27:56 +01:00
Brian Gough a0f856cff2 fix tests 2020-07-17 16:17:18 +01:00
Brian Gough e31a819636 remove statsd 2020-07-17 15:36:37 +01:00
Eric Mc Sween e197e4dc11 2.7.0 2020-07-06 08:20:02 -04:00
Eric Mc Sween 8131c5ac91 2.6.2 2020-03-25 09:53:54 -04:00
Eric Mc Sween a17843f3bf 2.6.1 2020-03-20 07:47:05 -04:00
Eric Mc Sween 4a92be80ea Send HTTP request size metric
The metric is a "summary" called http_request_size_bytes.
2020-03-11 16:39:49 -04:00
Brian Gough 03e81153db avoid step effects in summary metrics
reduce the window size from 10 minutes to 1 minute,  so that short
spikes do not cause a 10 minute long "table" graph.
2020-03-10 15:01:09 +00:00
Simon Detheridge 74c2afc12d Bump package version 2020-03-04 10:31:12 +00:00
Brian Gough 3a5374c6f9 increase minor version for backwards compatible addition 2019-12-16 10:22:50 +00:00
Eric Mc Sween 7b7b6d0793 2.3.0 2019-10-25 07:17:43 -04:00
Eric Mc Sween 166211b278 Stackdriver logging
When the environment variable STACKDRIVER_LOGGING is set to true, send
request logs in a format that Stackdriver knows how to interpret. Also,
set the log level accordint to the status code. 4xx responses are logged
as warnings and 5xx responses are logged as errors.
2019-10-24 22:05:12 -04:00
Brian Gough 286eb747ad add status label to gauges 2019-06-06 10:34:55 +01:00
Henry Oswald 816c49daf2 bump metrics to 2.1.2 2019-04-12 12:36:47 +01:00
Henry Oswald 15d14d8e2b add injectMetricsRoute into statsd so it doens't blow up 2019-02-07 09:47:29 +00:00
Henry Oswald bf18c6e513 MVP for running both statsd and prom side by side
statsd code is from v1.8.1
2019-01-30 11:11:37 +00:00
Henry Oswald 85011ed0e7 add path into inc options 2019-01-28 14:37:54 +00:00
Christopher Hoskin d4caa48118 Bump package version 2019-01-15 15:44:01 +00:00
Henry OswaldandGitHub dfead32d69 Update package.json 2018-12-13 09:19:05 +00:00
Henry OswaldandGitHub 1a34f3db1b Update package.json 2018-12-13 08:46:58 +00:00
Henry Oswald a86c4d8abd add profiler 2018-12-12 20:11:40 +00:00
Henry Oswald c257482e15 add ENABLE_DEBUG_AGENT and don't require modules unless they are enabled 2018-12-11 15:46:29 +00:00
Christopher Hoskin 6f82309829 Bump version to 2.0.10 2018-12-11 12:52:38 +00:00
Henry Oswald 425a6f55ff set build version via env var and bump build version 2018-12-10 22:02:25 +00:00
Henry Oswald 7a227adaeb add if statment around traceagenet and bump to 2.0.8 2018-12-05 13:58:40 +00:00
Henry Oswald 02071584ae bump to 2.0.7 2018-12-05 12:31:16 +00:00
Henry Oswald 85d4b03bcb bump to 2.0.6 2018-12-04 16:29:09 +00:00
Henry Oswald 27e6db1e51 inc process_startup on init 2018-12-04 15:57:19 +00:00
Henry Oswald 752541b7f1 remove logging and bump to 2.0.4 2018-11-29 16:10:55 +00:00
Henry Oswald 9a737bef2f bump to 2.0.3 2018-11-28 10:45:11 +00:00
Henry Oswald 8adfc49af7 v 2.0.1 2018-11-27 15:48:17 +00:00
Henry Oswald 39f924f73c bump to 2.0.0 2018-11-27 15:15:45 +00:00
Henry Oswald f7deba6de9 Merge branch 'master' into ho-stackdriver2 2018-11-23 15:29:06 +00:00
Christopher Hoskin 00aaa3f3d4 Merge branch 'master' into ho-stackdriver 2018-11-21 12:41:34 +00:00
Henry Oswald d01ff95b46 bump to 1.9.1 2018-11-21 10:20:58 +00:00
Henry OswaldandGitHub 1a3b427315 bump to 1.9.0 2018-11-20 14:54:09 +00:00
Christopher Hoskin bb3cff5744 Add prom-client to package.json 2018-11-07 11:21:45 +00:00
Henry Oswald 7e359c9df2 add trace and debug agent to metrics 2018-10-16 17:19:21 +01:00
Henry Oswald 4b075db038 non tested promethius counters added 2018-10-16 16:47:12 +01:00
Christopher Hoskin 90b6e5afce Release version v1.8.1 2018-07-12 11:07:43 +01:00
Brian Gough 00fdea922d allow a global gauge not specific to a host 2018-05-18 15:09:11 +01:00
Brian Gough c8cc1e1bfe handle undefined logger in event loop monitor 2018-05-10 10:10:34 +01:00
Shane Kilkelly d0eaa235a3 bump package version 2017-03-23 15:32:12 +00:00
Shane Kilkelly 9846703be5 Bump version 2017-03-20 10:17:09 +00:00