Skip to content

Releases: fermads/graphite-udp

new graphite.Cliente()

19 May 06:08
Compare
Choose a tag to compare
  • can now use new graphite.Client(options) as an alternative to graphite.createClient(options)

Add option maxPacketSize

18 May 06:51
Compare
Choose a tag to compare
  • split metrics into smaller udp packets to avoid reaching udp max packet size limit. Thanks to gossel-j
  • add option to change maxPacketSize
  • stop using util._extend(). Use own extend() function
  • use eslint instead of jshint

API refactory

12 Nov 04:35
Compare
Choose a tag to compare
1.0.0

making callback and port explanation shorter