Socket
Book a DemoInstallSign in
Socket

koa-statsd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-statsd

Koa statsd middleware

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

koa

FAQs

Package last updated on 24 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts