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

Change default statsd packet size to 1500, make configurable #551

Closed
wants to merge 0 commits into from

Conversation

sparrc
Copy link
Contributor

@sparrc sparrc commented Jan 19, 2016

Also modifying the internal UDP listener/parser code to make it able to
handle higher load. The udp listener will no longer do any parsing or
string conversion. It will simply read UDP packets as bytes and put them
into a channel. The parser thread will now deal with splitting the UDP
metrics into separated strings.

This could probably be made even better by leaving everything as byte
arrays.

fixes #543

@sparrc sparrc closed this Jan 19, 2016
@sparrc sparrc deleted the statsd-packet-size branch January 20, 2016 00:30
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

Successfully merging this pull request may close these issues.

StatsD plugin: Error parsing incoming stats under load
1 participant