Closed casperisfine closed 3 years ago
- Does it make sense to keep the old UDP sink? Or can we replace the old implementation with the new one?
I think it does still make sense yes. It would be a bit hard to have the Batched
sink handle a 0.0
interval.
We should do a minor new version release after merging this.
Yes, 3.1.0 is good for you?
Yes, 3.1.0 is good for you?
:+1:
So we deployed https://github.com/Shopify/statsd-instrument/pull/280 in production and the result are very good, and we didn't notice any issue.
Given the perf improvement, and that it no longer need an
after_fork
callback, I think we should enable it by default so that people get the perf improvement simply by updating.@wvanbergen @dylanahsmith thoughts?