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

Statsd host updating + async send #46

Closed haljin closed 3 years ago

haljin commented 4 years ago

Kicking off this PR so we can have some more discussion on this hopefully. :)

This PR adds two things:

  1. Ability to change the statsd hostname and/or port on the fly
  2. Asynchronous sending of metrics

I'm not super happy with the solution for 2. however I'd like to hear your opinions first whether I should even go that way. What I'd like to do further is to:

haljin commented 3 years ago

Closing due to comments on #46 Replaced by #48