JustEat.StatsD 3.2.0
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 theStatsDConfiguration
class totrue
. This is enabled by the newIStatsDBufferedTransport
interface, which both theIpTransport
,PooledUdpTransport
andUdpTransport
classes now implement. (#104) - Add
netcoreapp2.1
target framework. (#104)