Skip to content

gohttp/statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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