Releases: markstory/rust-statsd
Releases · markstory/rust-statsd
Rust statsd 0.16.0
0.15.0
What's Changed
- update dependency; improve tests by @Roguelazer in #27
New Contributors
- @Roguelazer made their first contribution in #27
Full Changelog: 0.14.1...0.15.0
Rust statsd client 0.14.1
Fixed
- Fixed
sampled_count
not including the sampling rate.
Rust statsd client 0.14.0
Added
- Added Client.histogram()
- Added Pipe.histogram()
Rust statsd client 0.12.0
- Allow
FnOnce
orFn
intoclient.timer()