Idiomatic Clojure wrapper over the official Datadog java-dogstatsd-client.
Build a client with client, then send metrics (increment, decrement,
count, gauge, histogram, distribution, timing, set-metric),
events, and service-checks. The client is java.io.Closeable, so use it
with with-open or call close.
Tags may be a map ({:env "prod"} -> env:prod) or a seq of strings
(["env:prod"]). Metric names may be keywords or strings.
Idiomatic Clojure wrapper over the official Datadog java-dogstatsd-client.
Build a client with `client`, then send metrics (`increment`, `decrement`,
`count`, `gauge`, `histogram`, `distribution`, `timing`, `set-metric`),
`event`s, and `service-check`s. The client is `java.io.Closeable`, so use it
with `with-open` or call `close`.
Tags may be a map (`{:env "prod"}` -> `env:prod`) or a seq of strings
(`["env:prod"]`). Metric names may be keywords or strings.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |