Graphite

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Realtime scalable graph

http://graphite.wikidot.com/


The Graphite Message Format

All graphite messages are of the following form.

metric_path value timestamp\n


So for example,

foo.bar.baz 42 74857843

where the last number is a UNIX epoch time.

Example of metrics producer : https://github.com/graphite-project/graphite-web/blob/master/examples/example-client.py

Installation

pip install carbon
pip install whisper
pip install graphite-web