Liking cljdoc? Tell your friends :D

clj-graphite

A Clojure library for sending metrics to Graphite

Artifacts

clj-graphite artifacts are released to Clojars.

Latest release

Add the following dependency to your project.clj:

[clj-graphite "0.1.0"]

Usage

(require 'clj-graphite.client)

(let [graphite (clj-graphite.client/client { :host "127.0.0.1" :port 2003 })]
  (.feed graphite "server.requests.count" 7856.0 1380528686)
)

License

Copyright © 2013 Ilya Voronin

Distributed under the Eclipse Public License 1.0

Can you improve this documentation?Edit on GitHub

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

× close