`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.
StatsDServerprocess'StatsDHandlerthread appears not alive after starting.Apparently due to where
StatsDHandleris created vs. started.Moving
StatsDHandlercreation toStatsDServer.runseems to solve this problem.