overleaf/libraries/metrics
Henry Oswald 9329249bc9 Revert "reduce memory capture in http logger"
This reverts commit fc2e043b20204e04f240814d4efc05762db7df96.

Had to revert this because req.route.path is not set until a matching
route has been hit, so it was always null inside res.end meaning
statsd data was never sent over.

This commit did not actually stop the memory leak so reverting it
has not short term repocusion
2015-05-14 16:14:24 +01:00
..
.gitignore Create metrics module 2014-05-06 16:52:03 +01:00
http.coffee Revert "reduce memory capture in http logger" 2015-05-14 16:14:24 +01: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
metrics.coffee add a close() method to terminate the module cleanly 2015-01-05 16:45:32 +00:00
mongodb.coffee changed type to query_type as it conflicts with logstash 2014-05-13 15:24:23 +01:00
open_sockets.coffee add a close() method to terminate the module cleanly 2015-01-05 16:45:32 +00:00
package.json update minor version, due to addition of new close() method 2015-01-05 16:46:44 +00:00