Skip to content

gohttp/statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a28f44 · Mar 17, 2015

History

5 Commits
Sep 20, 2014
Mar 17, 2015
Mar 17, 2015

Repository files navigation

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

About

Statsd middleware for reporting on requests.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages