Liking cljdoc? Tell your friends :D

influx-reporter.reporter


cmclj

source

influx-urlclj

Build influx write url according to spec.

Build influx write url according to spec.
sourceraw docstring

reporterclj

(reporter &
          {:keys [registry metric-filter rate-unit duration-unit tags-resolver
                  counter-resolver gauge-resolver meter-resolver
                  histogram-resolver timer-resolver default-tags]
           :or {metric-filter MetricFilter/ALL
                rate-unit TimeUnit/SECONDS
                duration-unit TimeUnit/MILLISECONDS}
           :as opts})

Build a ScheduledReporter that collect metrics and send to influxdb.

Build a ScheduledReporter that collect metrics and send to influxdb.
sourceraw docstring

send-dataclj

(send-data influx-spec & lines)

Write lines of measurements to influxdb.

Write lines of measurements to influxdb.
sourceraw docstring

send-reportclj

(send-report {:keys [influx-spec] :as opts} & metrics)
source

startclj

(start reporter seconds)

Start sending report every seconds.

Start sending report every seconds.
sourceraw docstring

stopclj

(stop reporter)
source

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

× close