Skip to content

aphyr/clj-librato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-librato

A Clojure library for interacting with Librato Metrics. Currently maintained by aphyr (https://github.com/aphyr/clj-librato).

Feel free to contribute!

Usage

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

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

License

Copyright (C) 2011 Michael Gorsuch michael.gorsuch@gmail.com

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

About

A clojure library for Librato Metrics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Clojure 100.0%