node-dogstatsd icon indicating copy to clipboard operation
node-dogstatsd copied to clipboard

Add support for Unix Domain Sockets

Open shaharke opened this issue 6 years ago • 0 comments

Datadog documentation recommends using UDS (also known as IPC in Node.JS) when working with the Datadog containerized Agent (see https://docs.datadoghq.com/developers/dogstatsd/unix_socket). There's also a guide for implementing UDS in client libraries: https://github.com/DataDog/datadog-agent/wiki/Unix-Domain-Sockets-support.

In its current implementation this library support only UDP/Datagram sockets.

shaharke avatar Jun 16 '19 12:06 shaharke