Skip to content

andrew-nguyen/datomic-boundary-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datomic-boundary-reporter

A tiny clojure library that reports datomic metrics to boundary

Usage

Drop an uberjar in $DATOMIC_DIR/lib, then add this to your transactor's properties file:

metrics-callback=datomic-boundary-reporter/report-datomic-metrics

Then create boundary-config.json in $DATOMIC_DIR/config with the following:

{
  "email": "your boundary email",
  "api-token": "your api token"
}

Then restart your transactor, and you'll see events showing up in boundary. All events will start with "Datomic" in long form and "d/" in short form.

Event names generally come from the metrics available on http://docs.datomic.com/monitoring.html. However, the actual metrics are automatically created the first time a measurement is posted to boundary.

License

Copyright © 2014 Andrew Nguyen

Copyright © 2014 Tom Crayford

Distributed under the Eclipse Public License version 1.0

About

a library for datomic that sends metrics to riemann

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%