You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.