JustEat.StatsD 3.2.2
JustEat.StatsD v3.2.2
Available from NuGet.
Fixed
- Fixed the
void Increment(long value, double sampleRate, params string[] buckets)
andvoid Decrement(long value, double sampleRate, params string[] buckets)
methods onStatsDPublisher
only sending the first metric in thebuckets
array if multiple values were specified. (#128) - Fixed the hostname
localhost
being resolved to the IPv6 address::1
instead of the IPv4 address127.0.0.1
on computers that support both versions. (#121)