mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
The health_check extension was present on the previous branch and dropped here with no replacement, while this branch's own TESTING.md still polls http://localhost:13133/ to decide the collector is ready. That check has had no listener since, so the documented readiness step cannot pass. Also add batch to the metrics pipeline. Without it the OTLP metric path exports one request per instrument; the added delay is bounded by the batch timeout, well under the Prometheus scrape interval. Both belong here rather than downstream: this branch owns the metrics pipeline and is the one that regressed the extension.