Skip to content

Releases: markstory/rust-statsd

Rust statsd 0.16.0

16 Jun 03:42
1094ea6
Compare
Choose a tag to compare

What's Changed

  • Handle key/value metric. by @jnth in #29

New Contributors

  • @jnth made their first contribution in #29

Full Changelog: 0.15.0...0.16.0

0.15.0

16 Jun 03:42
0.15.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.1...0.15.0

Rust statsd client 0.14.1

31 Mar 13:35
Compare
Choose a tag to compare

Fixed

  • Fixed sampled_count not including the sampling rate.

Rust statsd client 0.14.0

31 Mar 13:34
0.14.0
Compare
Choose a tag to compare

Added

  • Added Client.histogram()
  • Added Pipe.histogram()

Rust statsd client 0.12.0

26 Sep 01:55
Compare
Choose a tag to compare
  • Allow FnOnce or Fn into client.timer()