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

Send metrics attached to the same event in batches #2

Closed arkgil closed 5 years ago

arkgil commented 5 years ago

Now, there is a single event handler attached for all metrics depending on the same event for particular reporter instance.

This also moves the responsibility of formatting to the event handler.