Open madhur opened 8 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
Even after setting ENABLE_UDP_LISTENER = True, data is not showing in graphite, when data is sent via UDP. Can you help?
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?