Question #261219 on Graphite changed:
https://answers.launchpad.net/graphite/+question/261219

Denis Zhdanov posted a new comment:
Hi Johnu,

1. Yes, consistent hashing is way to balance the metrics. Is copying metrics to 
two destinations counting as balancing? I think so.
AFAIK relay method "rules" was designed to route different metrics to different 
destinations (using regex match by metric name) and with REPLICATION_FACTOR=1 
it will put every metric to first destination and stops after that. If you need 
to copy metrics to two destinations you need to set up REPLICATION_FACTOR=2, 
maybe even relay_method="rules" will work in this case, but I'm not sure.

2. Yes. Maybe even relay_method="rules" will work with
REPLICATION_FACTOR=2, please check.

3. Yes, that's whole point - no relay rules supported in aggregator. I think
REPLICATION_FACTOR=2
DESTINATIONS = 172.29.86.27:2024, 127.0.0.1:2014
in [aggregator] section will help.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to