Ring middleware for instrumenting HTTP request/responses.
The middleware provides the following dogstatsd metrics:
See wrap-ring-metric
for more information.
Ring middleware for instrumenting HTTP request/responses. The middleware provides the following dogstatsd metrics: - http.1xx - counter of 1xx responses - http.2xx - counter of 2xx responses - http.3xx - counter of 3xx responses - http.4xx - counter of 4xx responses - http.5xx - counter of 5xx responses - http.count - counter for total requests - http.exception - counter for exceptions raised - http.duration - histogram of request duration See `wrap-ring-metric` for more information.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |