graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04397
Re: [Question #236769]: Replication Factor = 2
Question #236769 on Graphite changed:
https://answers.launchpad.net/graphite/+question/236769
HVNSweeting posted a new comment:
This is my relay config section to replicate data to 4 other caches with
FACTOR=2
[relay]
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2003
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2004
RELAY_METHOD = consistent-hashing
REPLICATION_FACTOR = 2
DESTINATIONS =127.0.0.1:2014:a, 127.0.0.1:2024:b, 127.0.0.1:2034:c,
127.0.0.1:2044:d
with this config, each metric sent to relay will be relayed to 2
destinations (caches)
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.