mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
Every citation below was checked against the file it names: - LedgerMaster.cpp:463 is fixIndex, not the ledger.store span; that guard is at :470 and the insert it wraps at :476 - LedgerMaster.cpp:987 is the tvc assignment, which sits BEFORE the tvc < minVal return at :988; the ledger.validate span opens at :1003 - ServerHandler.cpp:705 is inside makeJsonError; processRequest is at :718 - docker-compose.yml:71 and :75 are comments in the collector's volume block; the loki service is at :112 and its config command at :116 Two claims were also wrong rather than merely stale. Log-trace correlation is gated in CI, because the workflow passes no --skip-loki, and the separate check in integration-test.sh is run by no workflow at all. The Loki label note described the Grafana Cloud collector config rather than the local one: only the cloud variant sets job=xrpld, and the local config's own comment says to select on service_name. The dashboards carry 35 Loki queries, not 38.