Are there any ways to make sure statsdclient is working?
chiro-hiro opened this issue · 1 comments
chiro-hiro commented
I'm expecting statsclient could emit some events that would help developers to observer its status.
E.g:
sdc.on('connect', (): void=>{});
sdc.on('data', (): void=>{});
sdc.on('error', (): void=> {});
sdc.on('close', (): void=>{});
msiebuhr commented
It's sending UDP data; once data hits the kernel/network, there is no guarantees that data will actually arrive.