Slide 24
Slide 24 text
Configuring the Proxy
#Example config
{
nodes: [
{host: '127.0.0.1', port: 8127, adminport: 8128},
{host: '127.0.0.1', port: 8129, adminport: 8130},
{host: '127.0.0.1', port: 8131, adminport: 8132}
],
udp_version: 'udp4',
host: '0.0.0.0',
port: '8125',
checkInterval: 1000,
cacheSize: 10000
Configure two or more more StatsD Instances, and add
them to the Proxy Configuration.
Wednesday, May 1, 13