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

Allow to configure Maximum Transmission Units #4

Closed arkgil closed 5 years ago

arkgil commented 5 years ago

This is especially important in case of UDP, where each packet needs to fit into a single IP datagram (there is no control flow mechanism to ensure that packets are "whole").

I've also updated to the newest Telemetry.Metrics and made some changes so that the tests run on Elixir 1.5.