Skip to content

clanhr/clj-librato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A clojure library for Librato Metrics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%