mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
Conflict in docker/telemetry/docker-compose.yml, in the collector's ports block. Upstream bound every port to the host loopback, including the StatsD UDP port. This branch had already retired that port, because beast::insight moved to native OTLP, leaving it commented out as a fallback example. Not resolved as a union, which would have resurrected the retired port. Composed instead: this branch's shape is kept, so StatsD stays commented, and the loopback binding is applied to the active ports and to the commented example, so uncommenting it yields the safe form.