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
test [misc] fix collection of open sockets 2020-11-06 15:16:14 +00:00
.eslintrc
.gitignore
.npmignore
.nvmrc
.prettierrc
event_loop.js
http.js
index.js
LICENSE
memory.js
mongodb.js
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
timeAsyncMethod.js
uv_threadpool_size.js