beam-telemetry / telemetry_metrics_statsd

Telemetry.Metrics reporter for StatsD-compatible metric servers

Home Page:https://hexdocs.pm/telemetry_metrics_statsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix Domain Socket

christopherlai opened this issue · comments

@arkgil any plans on supporting UDS option?

@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?

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.