avast/datadog4s

UDP Support

Yomanz opened this issue · 5 comments

Is your feature request related to a problem? Please describe.
I use dogstatsd over UDP and I'm unsure how to use UDP with this library.

Describe the solution you'd like
Ability to specify the protocol (so UDP/TCP should be used)

Describe alternatives you've considered
Unsure of any good alternatives.

Additional context
N/A

Hi @Yomanz, sorry i somehow missed this issue. Have you tried to use it? It seems like it should work. Does it not work for you?

I just checked the code and we are using NonBlockingStatsDClient which seems to be using DatagramChannel and seems compatible with UDP

I just checked the code and we are using NonBlockingStatsDClient which seems to be using DatagramChannel and seems compatible with UDP

I'll have another look today, I might've been an idiot

@Yomanz any progres? :)

closing, feel free to re-open if the library doesn't work for you