Because the BatchedDogStatsd class uses static variables instead it is essentially a singleton.
It is not possible to have multiple instances which target different daemons or have different buffer sizes.
All variables in this class should be non-static.