Graphite-API documentation

GitHub project Build Status PyPI version

Graphite-API is an alternative to Graphite-web, without any built-in dashboard. Its role is solely to fetch metrics from a time-series database (whisper, cyanite, etc.) and rendering graphs or JSON data out of these time series. It is meant to be consumed by any of the numerous Graphite dashboard applications.

Graphite-API is a fork of Graphite-web and couldn’t have existed without the fantastic prior work done by the Graphite team.

Why should I use it?

Graphite-API offers a number of improvements over Graphite-web that you might find useful. Namely:

  • The Graphite-API application is completely stateless and doesn’t need a SQL database. It only needs to talk to a time series database.
  • Python 2 and 3 are both supported.
  • The HTTP API accepts JSON data additionnaly to form data and querystring parameters.
  • The application is extremely simple to install and configure.
  • The architecture has been drastically simplified and there are many fewer moving parts than in graphite-web:
  • The codebase has been thoroughly updated with a focus on test coverage and code quality.

Note

Graphite-API does not provide any web/graphical interface. If you currently rely on the built-in Graphite composer, Graphite-API might not be for you. However, if you’re using a third-party dashboard interface, Graphite-API will do just fine.

Indices and tables