Summary:

Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested in graphing, and send it to Graphite’s processing backend, carbon, which stores the data in Graphite’s specialized database. The data can then be visualized through graphite’s web interfaces.

Graphite does two things:
- store numeric time-series data
- render graphs of this data on demand

Graphite does not do :
- collect data for you, however there are some tools out there that know how to send data to graphite. Even though it often requires a little code, sending data to Graphite is very simple.

 

 
Version:

0.9.15

 

 
License:

The Apache 2.0 License

 

 
Tags: