mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 06:10:58 +00:00
09-data-collection-reference.md contradicted itself. Section 2 presents server=otel as the recommended transport with StatsD as a fallback, but the Known Issues table and both Configuration Quick Reference examples still prescribed server=statsd, which on this branch reaches a collector with no statsd receiver and an unpublished 8125/udp. Switch the Known Issues row and the Minimal and Production examples to server=otel with the OTLP metrics endpoint. Keep the labelled fallback block, and state what it actually requires: re-adding the statsd receiver and republishing the port. Also record that StatsDCollector applies prefix to metric names while OTelCollector does not, so the two transports do not produce the same series. The phase-6 copy is left alone; server=statsd is correct there.