Gregory Eremin d0465642f3 | ||
---|---|---|
configs | ||
Brubeck.dockerfile | ||
Carbon.dockerfile | ||
Grafana.dockerfile | ||
LICENCE | ||
Makefile | ||
README.md | ||
docker-compose.yml |
README.md
Graphite-ish
Original Graphite stack is written in Python and it could really use some improvements performance-wise. Luckily it is possible to replace original stack with other components that have better performance. Quite impressive.
Reading metrics from Whisper and performing all the transformations on them is done by Graphite API, a Python app.
Grafana 3 is also included.
Included software:
- go-carbon
v0.7.2
- Brubeck
5d139a4
- Graphite API
latest
- Grafana
v3.1.0-beta1
Building
Make sure Docker and Docker Compose are installed.
$ make graphite fast
Re-building
$ make graphite fast again
Starting
$ make run