Liking cljdoc? Tell your friends :D
Clojure only.

bunnicula.monitoring


count-resultclj

(count-result statsd result consumer-name)
source

createclj

(create {:keys [log-message-size consumer-name] :or {log-message-size 100}})

Create component to be used for monitoring bunnicula consumers. Each result is logged & reported to statsd. Exceptions are tracked with exception-tracker (if present as dependency) Args

  • consumer-name: consumer-name (used for logging and metrics)
  • log-message-size: trim message-data to given size (default 100, set to 0 t disable logging consumer message)
Create component to be used for monitoring bunnicula consumers.
Each result is logged & reported to statsd.
Exceptions are tracked with exception-tracker (if present as dependency)
Args
- consumer-name: consumer-name (used for logging and metrics)
- log-message-size: trim message-data to given size
   (default 100, set to 0 t disable logging consumer message)
sourceraw docstring

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

× close