Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.07 KB

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