Graphite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
http://graphite.wikidot.com/ |
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. |
|||
=Installation= |
=Installation= |
||
Revision as of 07:54, 24 February 2016
Realtime scalable graph
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.
Installation
pip install carbon pip install whisper pip install graphite-web