hopsoft / docker-graphite-statsd

Docker image for Graphite & Statsd
MIT License
867 stars 308 forks source link

Enable 2003 UDP Port #70

Open madhur opened 8 years ago

madhur commented 8 years ago

I want to send plaintext metrics to UDP port 2003 instead of TCP 2003. It is supported in graphite. Can you tell me how to enable this?

sburnicki commented 7 years ago

You need to bind the port of the docker container and enable it in /opt/graphite/conf/carbon.conf by setting ENABLE_UDP_LISTENER = True

yogeshmayacharya commented 5 years ago

Even after setting ENABLE_UDP_LISTENER = True, data is not showing in graphite, when data is sent via UDP. Can you help?