This package implements a json API to various graphite data. You should install via pip:
pip install https://github.com/hiidef/graphite-api/tarball/master
And then make the following changes to your graphite installation:
- modify
INSTALLED_APPSto includegraphiteapi - add graphite-api's urls to
grahpite/urls.py: ('^api/?', include('graphiteapi.urls'))
- add graphite-api's urls to
You should now be able to hit http://your.graphite.server/api/ for a simple
JSON api to various data contained within your graphite server.