Skip to content

JustEat.StatsD 3.2.2

Compare
Choose a tag to compare
@martincostello martincostello released this 08 Oct 17:30
472e1a0

JustEat.StatsD v3.2.2

Available from NuGet.

Fixed

  • Fixed the void Increment(long value, double sampleRate, params string[] buckets) and void Decrement(long value, double sampleRate, params string[] buckets) methods on StatsDPublisher only sending the first metric in the buckets array if multiple values were specified. (#128)
  • Fixed the hostname localhost being resolved to the IPv6 address ::1 instead of the IPv4 address 127.0.0.1 on computers that support both versions. (#121)

Contributors