To modify the port that our agent's embedded StatsD server listens on, append the following lines to the /opt/draios/etc/dragent.yaml configration file in each installed host (replace #### with your port):
statsd:
tcp_port: ####
udp_port: ####
After modifying the configuration file, you will need to restart the agent with:
service dragent restart