mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
This branch removes the collector's StatsD receiver and un-publishes 8125/udp, but xrpld-telemetry.cfg still selected server=statsd, so the sample config sent beast::insight metrics over UDP to a port nothing listens on. Phase7_taskList.md:132 lists this switch as required work. Select server=otel and replace address= with the OTLP metrics endpoint. Document that endpoint and prefix are informational only, since OTelCollector records on the global MeterProvider that [telemetry] configures and formatName() applies no prefix, and note that beast instruments are not exported yet because the collector is constructed before the MeterProvider is registered.