Graphite is a free open-source software (FOSS) tool that monitors and graphs numeric time-series data such as the performance of computer systems. Graphite was developed by Orbitz and released as open source software in 2008.
Graphite collects, stores, and displays time-series data in real time.
The tool has three main components:
- carbon - a Twisted daemon that listens for time-series data
- whisper - a simple database library for storing time-series data (similar in design to RRD)
- graphite webapp - A Django webapp that renders graphs on-demand using Cairo
Graphite is used in production by companies such as Booking.com, GitHub, Etsy, The Washington Post and Electronic Arts.
References
#UTGO - Build your own monitoring dashboard with Graphite, Statsd, & Grafana - Utah Golang User Group Presents- Learn the basics of building your own metrics and monitoring system using 100% open source technologies: ⢠Graphite for ...
External links
- Development page
- Latest documentation
- Screenshots, FAQ and outdated documentation
- Tools That Work With Graphite, mentioning and describing e.g. Grafana, a Graphite dashboard replacement