`StatsDServer` process' `StatsDHandler` thread appears not alive after starting. Apparently due to where `StatsDHandler` is created vs. started. Moving `StatsDHandler` creation to `StatsDServer.run` seems to solve this problem.