HubSpot / BuckyServer

Node server that receives metric data over HTTP & forwards to your service of choice
http://github.hubspot.com/bucky
MIT License
195 stars 33 forks source link

Lynx send overload UDP packets #28

Open vinhlh opened 8 years ago

vinhlh commented 8 years ago

UDP package length is 1472 bytes. This happened when using send API to send a batch of large metrics.

This should be fixed on Lynx side, but their repository might be inactive. Is it ok if we change the package to other lynx repository:

'lynx': 'vinhlh/lynx'