grasca

Join the chat at https://gitter.im/grasca/Lobby License: MIT

/ɡraˈʒka/ - Graphite client for Scala (yet only metrics reader)

Motivation

Lack of easy to use Scala library, that allows to read metrics from Graphite server.

Usage

libraryDependencies += "com.github.pcejrowski" %% "grasca" % "0.1.6"

See tests or scaladoc for more details.

Library accesses Graphite API described here.

to-do:

* integrate library, which allows to write to graphite
* create some visualization software
* create simple anomaly detection
* create cross-metric comparator

License