(count-on-exception statsd key & body)Evaluates the body and if an exception is thrown it increments a counter and re-throws it
Evaluates the body and if an exception is thrown it increments a counter and re-throws it
(count this key)Increment a counter
Increment a counter
(gauge this key val)Set gauge value
Set gauge value
(timing this key val)Record timing
Record timing
(with-timing statsd key & body)Nice macro to record timing of a given form.
Nice macro to record timing of a given form.
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 |