GitHub - gohttp/statsd: Statsd middleware for reporting on requests.

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