Liking cljdoc? Tell your friends :D

full.metrics.riemann


batch-sizeclj

source

clientclj

source

gaugeclj

(gauge event value)

A gauge is an instantaneous measurement of a value. For example, we may want to measure the number of pending jobs in a queue.

A gauge is an instantaneous measurement of a value. For example, we may want
to measure the number of pending jobs in a queue.
sourceraw docstring

get-clientclj

(get-client {:keys [protocol config batch-size]})
source

incrementclj

(increment event)
source

normalizeclj

(normalize event)
source

protocolclj

source

queryclj

(query string)

Query the server for events in the index. Returns a list of events.

Query the server for events in the index. Returns a list of events.
sourceraw docstring

riemann-configclj

source

send-eventclj

(send-event event)
source

tagsclj

source

timeitcljmacro

(timeit event & body)
source

timeit-gaugesclj

source

trackclj

(track event)

Send an event over client. Requests acknowledgement from the Riemann server by default. If ack is false, sends in fire-and-forget mode.

Send an event over client. Requests acknowledgement from the Riemann
server by default. If ack is false, sends in fire-and-forget mode.
sourceraw docstring

track*clj

(track* events)
source

update-timeit-gaugeclj

(update-timeit-gauge key f)
source

wrap-eventclj

(wrap-event event)
source

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

× close