Commit Graph
8 Commits
Author SHA1 Message Date
Henry Oswald 93f4a7eeaf small cleanup 2018-12-04 17:01:30 +00:00
Henry Oswald b9f3a3f987 improve mongo metrics to be more promethious like 2018-11-26 13:31:21 +00:00
Henry Oswald 4806e6fd87 use lables 2018-11-26 09:46:26 +00:00
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
Brian Gough 1e0a991fcd reduce memory capture in http logger
only capture the properties of 'req' that we need, to avoid leaking
the whole req object for responses that never call res.end()
2015-05-05 10:50:59 +01:00
James Allen 1dea55d8f2 Check that req.route.path is set 2014-05-12 15:28:09 +01:00
James Allen 873297b02e Namespace http request keys 2014-05-07 11:13:21 +01:00
James Allen f4895fb04f Add in http monitoring 2014-05-07 10:58:52 +01:00