Graphite-Render documentation ============================= .. raw:: html
Graphite-render is a fork of graphite-api for python3, and would not be possible with all the great work of its predecessors. Graphite-api itself 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-Render is maintained for python3 only. Other than that is offers all the things that made graphite-api great: Graphite-Api offers a number of improvements over Graphite-web that you might find useful. Namely: * The Graphite-Render application is completely stateless and doesn't need a SQL database. It only needs to talk to a time series database. * Python 3.9+ is supported. * The HTTP API accepts JSON data additionnaly to form data and querystring parameters. * The application is extremely simple to :doc:`install