express-statsd icon indicating copy to clipboard operation
express-statsd copied to clipboard

Statsd route monitoring middleware for connect/express

Results 5 express-statsd issues
Sort by recently updated
recently updated
newest added

Bumps [request](https://github.com/request/request) from 2.29.0 to 2.88.2. Changelog Sourced from request's changelog. Change Log v2.88.0 (2018/08/10) #2996 fix(uuid): import versioned uuid (@kwonoj) #2994 Update to oauth-sign 0.9.0 (@dlecocq) #2993 Fix header...

dependencies

Bumps [express](https://github.com/expressjs/express) from 3.4.8 to 4.17.1. Release notes Sourced from express's releases. 4.17.1 Revert "Improve error message for null/undefined to res.status" 4.17.0 Add express.raw to parse bodies into Buffer Add...

dependencies

cc @Raynos @kumikoda @mlmorg Updated based on Jake's feedback: -Don't provide a middleware -I opted to provide a sane default for when the user does not provide a statsdKey

In order to be able to gain more control on what is being logged, the `sendStats` function should be configurable. In my case, I want to log more info than...