Skip to content

JustEat.StatsD 3.2.0

Compare
Choose a tag to compare
@martincostello martincostello released this 02 Oct 11:11
· 504 commits to master since this release
b1edccc

JustEat.StatsD v3.2.0

Available from NuGet.

Changes

  • Add a new internal transport mechanism that reduces allocations when sending StatsD metrics. This feature is opt-in and can be used by setting the new PreferBufferedTransport property on the StatsDConfiguration class to true. This is enabled by the new IStatsDBufferedTransport interface, which both the IpTransport, PooledUdpTransport and UdpTransport classes now implement. (#104)
  • Add netcoreapp2.1 target framework. (#104)

Contributors