Liking cljdoc? Tell your friends :D

cb.cljbeat.statman.lib


create-counterclj

(create-counter n initial-value)

Create a counter

Create a counter
sourceraw docstring

Statisticcljprotocol

compute-aggregationsclj

(compute-aggregations this)

compute rollup aggregations of any data points

compute rollup aggregations of any data points

get-dataclj

(get-data this)

Return current value of all data points

Return current value of all data points

get-generated-statsclj

(get-generated-stats this)

Return a vector with the names of all generated data points

Return a vector with the names of all generated data points

get-nameclj

(get-name this)

Return the name of this statistic

Return the name of this statistic

reset-dataclj

(reset-data this)

reset the counter to 0

reset the counter to 0

update-dataclj

(update-data this value)

apply value to stat according to rules

apply value to stat according to rules
source

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

× close