Host (string)
Server address in host:port format. If port is not pro-
vided, it defaults to 4242. The protocol used is the
OpenTSDB line-based telnet protocol. For load balancing,
multiple servers may be defined using comma to separate
server addresses. The traffic will be sent to all listed
servers, partitioned using a hash of time series identi-
fier.
The "comma-separated multiple servers" case is currently broken when used with in /etc/tsp-controller/network, for example:
is intended to allow deploying tsp-aggregator to multiple machines for scalability reasons but is currently unsupported: tsp-controller rejects control requests with the "not an aggregator" error message.
Quoting tsp-forwarder(1):
The "comma-separated multiple servers" case is currently broken when used with in /etc/tsp-controller/network, for example:
is intended to allow deploying tsp-aggregator to multiple machines for scalability reasons but is currently unsupported: tsp-controller rejects control requests with the "not an aggregator" error message.