mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add Sub-task 7.10a: Per-Validator Validation Count (Flag Ledger Window) to the Phase 7 task list. This metric tracks how many of the last 256 ledgers each UNL validator has validated — the key participation metric for UNL health monitoring. Implementation plan: - Observable gauge rippled_validator_participation with validator label - Data from RCLValidations::getTrustedForLedger() over 256-ledger window - Emitted at flag ledger boundaries (~15 min interval) - Grafana table panel with threshold coloring (green/yellow/red) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>