beam-telemetry / telemetry_metrics_statsd

Telemetry.Metrics reporter for StatsD-compatible metric servers
https://hexdocs.pm/telemetry_metrics_statsd
MIT License
75 stars 44 forks source link

Unix Domain Socket #17

Closed christopherlai closed 4 years ago

christopherlai commented 5 years ago

@arkgil any plans on supporting UDS option?

arkgil commented 5 years ago

@christopherlai it'd be great to support it. Feel free to take a stab if you want! Unfortunately, I'm currently lacking bandwidth to do it myself.

Does any implementation other than DogStatsD support it?

kamilkowalski commented 4 years ago

A quick search told me statsd/statsd doesn't support it, but stripe/veneur does.

I could use that option, so I'll be happy to contribute.