Liking cljdoc? Tell your friends :D
Clojure only.

metrics.reporters.influxdb

InfluxDB reporter interface

InfluxDB reporter interface
raw docstring

reporterclj

(reporter opts)
(reporter reg
          {:keys [host hostname port prefix tags fields auth connect-timeout
                  read-timeout group-gauges duration-unit measurement-mappings
                  db-name excludes]
           :as opts
           :or {port 8086 db-name "metrics"}})

startclj

(start r seconds)

Report all metrics to influxdb periodically.

Report all metrics to influxdb periodically.
raw docstring

stopclj

(stop r)

Stops reporting.

Stops reporting.
raw docstring

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

× close