Skip to content
New issue

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

collectd input inefficiently writing point per metric #2428

Closed
otoolep opened this issue Apr 25, 2015 · 2 comments
Closed

collectd input inefficiently writing point per metric #2428

otoolep opened this issue Apr 25, 2015 · 2 comments
Milestone

Comments

@otoolep
Copy link
Contributor

otoolep commented Apr 25, 2015

The collectd UDP input is quite inefficient. Even if multiple points arrive in a single UDP datagram, it is writing a single point for each. This means that no batching is taking place within the system, and throughput will be correspondingly low. This needs to be addressed.

@otoolep otoolep added this to the 0.9.0 milestone Apr 25, 2015
@otoolep
Copy link
Contributor Author

otoolep commented Apr 25, 2015

This issue was first reported on the mailing list here:

https://groups.google.com/forum/#!msg/influxdb/HEQbcuz1NbY/gxtHJ1nEdU4J

The collectd input is performing quite poorly, and needs to be improved.

@otoolep
Copy link
Contributor Author

otoolep commented Jun 15, 2015

The collectd input now supports batching. This issue has been addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants