Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 634 Bytes

clj-librato

A Clojure library for interacting with Librato Metrics This fork basically removes the dependency for logging.

Usage

(require '[clj-librato.metrics :as metrics])

; pass it an email, api key, list of gauges, and a list of counters
(metrics/collate "[email protected]" "my-api-key" [{:name "gauge 1" :value 34 } {:name "gauge 2" :value 0}] 
                                                [{:name "a counter" :value 79213}])

License

Copyright (C) 2011 Michael Gorsuch [email protected]

Distributed under the Eclipse Public License, the same as Clojure.