Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 649 Bytes

Readme.md

File metadata and controls

26 lines (17 loc) · 649 Bytes

statsd

Statsd metrics for your HTTP server.

View the docs.

Metrics

  • requests (counter) request count
  • requests.method.<method> (counter) requests by method
  • request.size (timer) request content-length
  • response.ok (counter) successful requests
  • response.errors.client (counter) client errors
  • response.errors.server (counter) server errors
  • response.duration (timer) request duration
  • response.size (timer) response size in bytes

Links

License

MIT