overleaf/libraries/metrics
Jakob Ackermann 2d1c84ea2e [misc] fix collection of open sockets
```
> require('http').globalAgent.sockets
{ 'HOST:PORT:': [{ ... }, { ... }] }
```

- `new URL('http://HOST:PORT:')` throws
  -> test suite `open_sockets`
- gauges were not cleaned up after no agents were present for a given
   key. This lead to continuous emission of the previous connection
   count for a given hostname, following the completion of all requests.
  -> test suite `when all requests complete`
2020-11-06 15:16:14 +00:00
..
.circleci Fix startup crash 2020-09-17 10:30:25 -04:00
test [misc] fix collection of open sockets 2020-11-06 15:16:14 +00:00
.eslintrc Install prettier and eslint 2020-09-11 15:59:33 -04:00
.gitignore fix tests 2020-07-17 16:17:18 +01:00
.npmignore Add .npmignore to avoid publishing config files 2020-09-17 10:44:24 -04:00
.nvmrc Bump node to 10.19 2020-10-26 17:33:24 +00:00
.prettierrc Install prettier and eslint 2020-09-11 15:59:33 -04:00
event_loop.js Install prettier and eslint 2020-09-11 15:59:33 -04:00
http.js Install prettier and eslint 2020-09-11 15:59:33 -04:00
index.js Export a configured prom-client 2020-10-29 09:49:55 -04:00
LICENSE Create LICENSE 2014-09-08 09:19:39 +01:00
memory.js Install prettier and eslint 2020-09-11 15:59:33 -04:00
mongodb.js Install prettier and eslint 2020-09-11 15:59:33 -04:00
open_sockets.js [misc] fix collection of open sockets 2020-11-06 15:16:14 +00:00
package-lock.json 3.4.0 2020-10-30 07:39:47 -04:00
package.json 3.4.0 2020-10-30 07:39:47 -04:00
prom_wrapper.js Export a configured prom-client 2020-10-29 09:49:55 -04:00
timeAsyncMethod.js Install prettier and eslint 2020-09-11 15:59:33 -04:00
uv_threadpool_size.js Install prettier and eslint 2020-09-11 15:59:33 -04:00