carbon-relay-ng
carbon-relay-ng copied to clipboard
pickle=true unrecognized option
'addRoute consistentHashing graphite xx.xxx.xxx.xx:2004 pickle=true xx.xxx.xxx.xx:2004 pickle=true xx.xxx.xxx.xx:2004 pickle=true'
Give me the error:
▶ ERRO could not apply init cmd #1
▶ ERRO unrecognized option 'pickle='
Am I doing something wrong here?
Add a second space before your first destination, i.e.,
graphite xx.xxx.xxx.xx:2004 pickle=true
this is admittedly a bit of a clunky method, the dual space thing. not sure what's the best way to make it more robust but still simple.
I suppose one could separate the destination options with a ;
(or another non-space separator) and then separate the destinations with a space.