Liking cljdoc? Tell your friends :D

com.unbounce.dogstatsd.ring

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.

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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close