We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
/opt/graphite/conf/carbon.conf
ENABLE_UDP_LISTENER = True
Sorry, something went wrong.
Even after setting ENABLE_UDP_LISTENER = True, data is not showing in graphite, when data is sent via UDP. Can you help?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: