I want to ask about the Graphite carbon daemons. https://graphite.readthedocs.org/en/latest/carbon-daemons.html
I would like to ask while running a carbon-rely.py, should i also run carbon-cache.py or the relay is okay?
Regards Murtaza
Carbon-relay only resends data to one or more destinations, so it needed only if you want fork data into several points. Example schemas can be:
So, in case you need store data locally - you have to use carbon-cache. in case you need fork data flow on the node,- you have to use carbon-relay before or instead carbon-cache