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

Improve binary maximum packet size error message #61

Closed cristopher-rodrigues closed 3 years ago

cristopher-rodrigues commented 3 years ago
[error] Handler {TelemetryMetricsStatsd.EventHandler, #PID<0.838.0>, [:nex, :repo, :query]} has failed and has been detached. Class=:error
Reason=%RuntimeError{message: "Binary size exceeds the provided maximum packet size"}

It took me a while to figure this could be increased by mtu. I Hope this help at least to figure how to work around the error.