Skip to content

v0.20.5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 19:28
· 404 commits to main since this release
68b3d37

Added

  • Adds a new config option to lading_payload::dogstatsd::Config,
    length_prefix_framed. If this option is on, each "block" emitted by the
    dogstatsd generator will have a little-endian u32 prefix (4 bytes) containing
    the length of the following block.

Fixed

  • Total CPU calculation routine no longer panics in some scenarios
  • Fixes bug with retry logic in both unix-stream and tcp generators that could
    result in unexpected, extra connections.