mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
"Close Time: Raw Proposals" and "Close Time: Effective / Quantized" plotted the absolute close time (Ripple-epoch seconds), which is an ever-rising line with no analytical value. There is no clean way to make them useful: the values are Ripple-epoch seconds (not Unix ms, so date units misrender), TraceQL metrics cannot do the epoch offset or an inter-ledger-gap subtraction in-query, and Grafana calculateField transforms break on these grouped Tempo metric frames (verified by render: "No data"). Remove both. The useful consensus-timing signals are already covered: time-to-consensus (round_time_ms), rounds per ledger (establish_count), previous round time, and the close-time vote-bins / resolution-direction / bin-distribution panels remain. Re-tile and re-id (22 panels). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>