All Projects → koajs → Statsd

koajs / Statsd

Statsd middleware

Programming Languages

javascript
184084 projects - #8 most used programming language

koa-statsd

Statsd middleware.

Installation

$ npm install koa-statsd

Options

  • prefix optional statsd prefix ('.' is appended)
  • host optional statsd host
  • port optional statsd port

Metrics

  • request.count request counter
  • request.<method>.count request counter
  • request.size request content-length
  • request.duration request duration
  • request.<method>.duration request duration
  • request.addresses request addresses set

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].