DataDog / datadog-go

go dogstatsd client library for datadog
MIT License
353 stars 132 forks source link

Removing method 'NewBuffered' #217

Closed hush-hush closed 3 years ago

hush-hush commented 3 years ago

Instead of 'statsd.NewBuffered(add, bufferLength)' please use 'statsd.New(addr, statsd.WithMaxMessagesPerPayload(bufferLength))'