Statsd metrics for your HTTP server.
View the docs.
requests
(counter) request countrequests.method.<method>
(counter) requests by methodrequest.size
(timer) request content-lengthresponse.ok
(counter) successful requestsresponse.errors.client
(counter) client errorsresponse.errors.server
(counter) server errorsresponse.duration
(timer) request durationresponse.size
(timer) response size in bytes
- https://github.com/statsd/client-interface - interface
- https://github.com/statsd/client - client
MIT