Liking cljdoc? Tell your friends :D

stature.metrics


count-on-exceptioncljmacro

(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
sourceraw docstring

createclj

(create opts)

Create a new Statsd client. Options map:

  • host - String
  • port - Number
  • prefix - String
Create a new Statsd client. Options map:
- host - String
- port - Number
- prefix - String
sourceraw docstring

with-timingcljmacro

(with-timing statsd key & body)

Nice macro to record timing of a given form.

Nice macro to record timing of a given form.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close