mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
Both metrics are already emitted and live in Prometheus but were not fully visualised. - Fee Market (xrpld-fee-market.json): "Load Factor Attribution (Stacked Components)" — stacks load_factor_fee_escalation / fee_queue / local / net / cluster so an operator can see which component drives the effective fee. The existing panels showed the aggregate only. - Validator Health (xrpld-validator-health.json): "Agreement % (7d)" and "Agreements vs Missed (7d)" — the xrpld_validation_agreement gauge already observes agreement_pct_7d / agreements_7d / missed_7d, but the dashboard only plotted 1h and 24h windows. Panels follow the existing template: $node filter, exported_instance in legends, Title Case, axis labels. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>