1
0
Fork 0
graphite-ish/README.md

1.1 KiB

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:

Local installation:

Make sure Docker and Docker Compose are installed.

make graphite fast

Re-installation:

make graphite fast again