metrics
metrics copied to clipboard
Use socket_create() and socket_sendto() for communicating with StatsD
I tested the current implementation of StatsD collector by running netcat and I was not receiving any data. Not sure what is the cause of the problem, but this implementation works as expected.
If anybody wants to try it our, you can run netcat with nc -ul -p 8125
and you should get something out when you flush metrics.