Skip to content

snoopy

Compare
Choose a tag to compare
@blt blt released this 22 Jan 20:26
· 63 commits to master since this release

This release improves warnings around truncation of bin_width when flush_interval is lower than bin_width for a given sink. The native source will no longer space explode if the far-side does something goofy, panics have been removed in the statsd/tcp sources and kinesis is now more durable to errors.

  • d0bb60b :: Warn if Wavefront bin_width > flush_interval
  • 0f4756b :: Resolve space explosion in the native source
  • 44fcabc :: Removes Undesirable Panics From statsd/tcp Sources
  • 8c3084f :: Improves Durability of Kinesis Sink.