http://www.aosabook.org/en/graphite.html
http://graphite.readthedocs.org/en/latest/carbon-daemons.html
Carbon Daemons:
- carbon-cache.py
- carbon-relay.py - replication and sharding
- carbon-aggregator.py - for buffering metrics to reduce I/O (data is available later though)
- carbon.conf
- relay-rules.conf - send certain metrics to certain backends (sharding)
- storage-schemas.conf - defines retention polices. Whisper preallocates these files.
- storage-aggregation.conf - defines how to aggregate data to lower-precision retentions (dflt is avg)
- aggregation-rules.conf - allow you to add several metrics together as the come in
Send data to graphite (actually carbon component) via:
- plain text
- pickle
- amqp
No comments:
Post a Comment