Skip to content

hiidef/graphite-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphite-api -----------

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_APPS to include graphiteapi
  • add graphite-api's urls to grahpite/urls.py:

    ('^api/?', include('graphiteapi.urls'))

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.

About

graphite api extensions so remote servers can front a graphite installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages